Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 17, 2024
1 parent e7efea5 commit 53aa011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/authorization-default-action.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var AuthorizationDefaultActionTest = suite.ConformanceTest{
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
ns := "gateway-conformance-infra"
route1NN := types.NamespacedName{Name: "http-with-authorization-empty", Namespace: ns}
route2NN := types.NamespacedName{Name: "http-with-allow-all", Namespace: ns}
route2NN := types.NamespacedName{Name: "http-with-authorization-allow-all", Namespace: ns}
gwNN := types.NamespacedName{Name: "same-namespace", Namespace: ns}
gwAddr := kubernetes.GatewayAndHTTPRoutesMustBeAccepted(t, suite.Client, suite.TimeoutConfig, suite.ControllerName, kubernetes.NewGatewayRef(gwNN), route1NN, route2NN)

Expand Down

0 comments on commit 53aa011

Please sign in to comment.