Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Apr 18, 2024
1 parent d2cd2ee commit 386f2bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conformance/tests/gateway-infrastructure-metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
gatewayv1 "sigs.k8s.io/gateway-api/apis/v1"
"sigs.k8s.io/gateway-api/conformance/utils/kubernetes"
"sigs.k8s.io/gateway-api/conformance/utils/suite"
"sigs.k8s.io/gateway-api/pkg/features"
)

func init() {
Expand All @@ -34,9 +35,9 @@ func init() {
var GatewayInfraMetadata = suite.ConformanceTest{
ShortName: "GatewayInfraMetadata",
Description: "A Gateway should accept infrastructure metadata",
Features: []suite.SupportedFeature{
suite.SupportGateway,
suite.SupportGatewayInfrastructureMetadata,
Features: []features.SupportedFeature{
features.SupportGateway,
features.SupportGatewayInfrastructureMetadata,
},
Manifests: []string{
"tests/gateway-infrastructure-metadata.yaml",
Expand Down

0 comments on commit 386f2bf

Please sign in to comment.