Skip to content

Commit 1750a86

Browse files
committed
resolve comments
1 parent 458bd66 commit 1750a86

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/e2e/apisix/status.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,6 @@ spec:
114114
By("Update ApisixRoute")
115115
applier.MustApplyAPIv2(types.NamespacedName{Namespace: s.Namespace(), Name: "default"}, &apiv2.ApisixRoute{}, ar)
116116

117-
By("check ApisixRoute status")
118-
s.RetryAssertion(func() string {
119-
output, _ := s.GetOutputFromString("ar", "default", "-o", "yaml")
120-
return output
121-
}).Should(
122-
And(
123-
ContainSubstring(`status: "True"`),
124-
ContainSubstring(`reason: Accepted`),
125-
),
126-
)
127-
128117
By("check route in APISIX")
129118
s.RequestAssert(&scaffold.RequestAssert{
130119
Method: "GET",

0 commit comments

Comments
 (0)