Skip to content

Commit

Permalink
Update the test
Browse files Browse the repository at this point in the history
Signed-off-by: Lubron Zhan <lubronzhan@gmail.com>
  • Loading branch information
lubronzhan committed Mar 1, 2024
1 parent dafd902 commit 7fd7e25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func testHTTPRoutePartiallyConflictMatch(namespace string, gateway types.Namespa
},
{
Matches: []gatewayapi_v1.HTTPRouteMatch{
{QueryParams: gatewayapi.HTTPQueryParamMatches(map[string]string{"no conflict": "no joke", "no conflict again": "no joke"})},
{QueryParams: gatewayapi.HTTPQueryParamMatches(map[string]string{"no-conflict": "no-joke", "no-conflict-again": "no-joke"})},
},
BackendRefs: gatewayapi.HTTPBackendRef("echo-2", 80, 1),
},
Expand Down

0 comments on commit 7fd7e25

Please sign in to comment.