Skip to content

Commit

Permalink
test(e2e): fix Gateway API Namespace annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont committed Nov 27, 2023
1 parent ef8f236 commit 29d40a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/gateway/gatewayapi/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestConformance(t *testing.T) {
CleanupBaseResources: true,
Debug: false,
NamespaceLabels: map[string]string{
metadata.KumaSidecarInjectionAnnotation: metadata.AnnotationTrue,
metadata.KumaSidecarInjectionAnnotation: metadata.AnnotationEnabled,
},
SupportedFeatures: sets.New(
suite.SupportGateway,
Expand Down

0 comments on commit 29d40a2

Please sign in to comment.