Skip to content

Commit 61f317f

Browse files
committed
making test fail on purpose to check if tests work properly
1 parent 9dbf78f commit 61f317f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/servicebackend/service_externalname.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ var _ = framework.IngressNginxDescribe("[Service] Type ExternalName", func() {
142142
GET("/get").
143143
WithHeader("Host", host).
144144
Expect().
145-
Status(http.StatusOK)
145+
Status(http.StatusCreated)
146146
})
147147

148148
ginkgo.It("should return status 502 for service type=ExternalName with an invalid host", func() {

0 commit comments

Comments
 (0)