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 f8d6eb3 commit bd8f09c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conformance/tests/httproute-response-header-modifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ func init() {
var HTTPRouteBackendResponseHeaderModifier = suite.ConformanceTest{
ShortName: "HTTPRouteBackendResponseHeaderModifier",
Description: "An HTTPRoute backendRef has response header modifier filters applied correctly",
Features: []suite.SupportedFeature{
suite.SupportGateway,
suite.SupportHTTPRoute,
suite.SupportHTTPRouteBackendResponseHeaderModification,
Features: []features.SupportedFeature{
features.SupportGateway,
features.SupportHTTPRoute,
features.SupportHTTPRouteBackendResponseHeaderModification,
},
Manifests: []string{"tests/httproute-response-header-modifier-backend.yaml"},
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
Expand Down

0 comments on commit bd8f09c

Please sign in to comment.