Skip to content

Commit bd7a3ee

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent c61b54a commit bd7a3ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/gatewayapi/status.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ spec:
107107
Expect(gwyaml).To(ContainSubstring(`status: "True"`), "checking Gateway condition status")
108108
Expect(gwyaml).To(ContainSubstring("message: the gateway has been accepted by the apisix-ingress-controller"), "checking Gateway condition message")
109109
})
110+
AfterEach(func() {
111+
_ = s.DeleteResource("Gateway", "apisix")
112+
})
110113

111114
FIt("dataplane unavailable", func() {
112115
if os.Getenv("PROVIDER_TYPE") == adc.BackendModeAPI7EE {

0 commit comments

Comments
 (0)