Skip to content

Commit

Permalink
fix gateway class name arg
Browse files Browse the repository at this point in the history
Signed-off-by: shawnh2 <[email protected]>
  • Loading branch information
shawnh2 committed Mar 20, 2024
1 parent a4fc3f1 commit c3df6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/merge-gateways/merge_gateways_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func TestMergeGateways(t *testing.T) {

cSuite := suite.New(suite.Options{
Client: c,
GatewayClassName: *flags.GatewayClassName,
Debug: *flags.ShowDebug,
CleanupBaseResources: *flags.CleanupBaseResources,
RunTest: *flags.RunTest,
Expand Down

0 comments on commit c3df6a1

Please sign in to comment.