Skip to content

Commit

Permalink
conformance: support SupportHTTPRouteQueryParamMatching (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Jun 14, 2024
1 parent c73ae97 commit 82fdc86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var expressionsRouterSupportedFeatures = sets.New(
// extended
features.SupportHTTPRouteResponseHeaderModification,
features.SupportHTTPRouteMethodMatching,
features.SupportHTTPRouteQueryParamMatching,
)

type ConformanceConfig struct {
Expand Down

0 comments on commit 82fdc86

Please sign in to comment.