Skip to content

Commit 8d994b6

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/crds/v2/route.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"context"
2222
"fmt"
2323
"io"
24-
"log"
2524
"net"
2625
"net/http"
2726
"time"
@@ -442,7 +441,6 @@ spec:
442441
By("verify ApisixRoute works")
443442
for _, id := range []string{"1", "11", "111", "1111", "11111"} {
444443
host := fmt.Sprintf("httpbin-%s", id)
445-
log.Println("host: ", host)
446444
Eventually(func() int {
447445
return s.NewAPISIXClient().GET("/get").WithHost(host).Expect().Raw().StatusCode
448446
}).WithTimeout(8 * time.Second).ProbeEvery(time.Second).Should(Equal(http.StatusOK))

0 commit comments

Comments
 (0)