Skip to content

Commit 00eabb2

Browse files
committed
clear list option
1 parent 481ae58 commit 00eabb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/helpers_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ func verifyIngressWithEchoBackendsInAdminAPI(
542542
return false
543543
}
544544

545-
routes, _, err := kongClient.Routes.ListForService(ctx, services[0].ID, &kong.ListOpt{Size: 10})
545+
routes, _, err := kongClient.Routes.ListForService(ctx, services[0].ID, &kong.ListOpt{})
546546
if err != nil {
547547
t.Logf("failed to list routes for service %s: %v", *services[0].ID, err)
548548
return false

0 commit comments

Comments
 (0)