tao12345666333 commented on a change in pull request #647:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/647#discussion_r704958451



##########
File path: test/e2e/features/retries.go
##########
@@ -33,50 +33,100 @@ var _ = ginkgo.Describe("retries", func() {
                APISIXRouteVersion:    "apisix.apache.org/v2alpha1",
        }
        s := scaffold.NewScaffold(opts)
-       ginkgo.It("active check", func() {
+
+       routeTpl := `
+apiVersion: apisix.apache.org/v2alpha1
+kind: ApisixRoute
+metadata:
+       name: httpbin-route
+spec:
+       http:
+       - name: rule1
+       match:

Review comment:
       it should be like this
   
   ```yaml
   apiVersion: apisix.apache.org/v2alpha1
   kind: ApisixRoute
   metadata:
     name: httpbin-route
   spec:
     http:
     - name: rule1
       match:
         hosts:
         - httpbin.org
         paths:
         - /*
       backend:
         serviceName: %s
         servicePort: %d
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to