Skip to content

Commit

Permalink
fix: remove the step of deleting httpbinsvc (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
gxthrj authored Sep 14, 2021
1 parent 7216532 commit 5c9cdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ingress/resourcepushing.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ spec:
s.NewAPISIXClient().GET("/ip").WithHeader("Host", "httpbin.com").Expect().Status(http.StatusNotFound)
s.NewAPISIXClient().GET("/ip").WithHeader("Host", "httpbin.com").WithHeader("X-Foo", "barbaz").Expect().Status(http.StatusOK)
// remove k8s service first
assert.Nil(ginkgo.GinkgoT(), s.DeleteHTTPBINService())
// assert.Nil(ginkgo.GinkgoT(), s.DeleteHTTPBINService())
// remove
assert.Nil(ginkgo.GinkgoT(), s.RemoveResourceByString(apisixRoute))
// TODO When ingress controller can feedback the lifecycle of CRDs to the
Expand Down

0 comments on commit 5c9cdbe

Please sign in to comment.