Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
  • Loading branch information
cnvergence committed Mar 18, 2024
1 parent 4e92b0c commit 151f5e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/gatewayapi/translator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func TestTranslate(t *testing.T) {
GlobalRateLimitEnabled: true,
EnvoyPatchPolicyEnabled: envoyPatchPolicyEnabled,
Namespace: "envoy-gateway-system",
MergeGateways: IsMergeGatewaysEnabled(resources),
}

// Add common test fixtures
Expand Down Expand Up @@ -270,6 +271,7 @@ func TestTranslateWithExtensionKinds(t *testing.T) {
GatewayClassName: "envoy-gateway-class",
GlobalRateLimitEnabled: true,
ExtensionGroupKinds: []schema.GroupKind{{Group: "foo.example.io", Kind: "Foo"}},
MergeGateways: IsMergeGatewaysEnabled(resources),
}

// Add common test fixtures
Expand Down

0 comments on commit 151f5e4

Please sign in to comment.