Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Feb 4, 2023
1 parent dcf16d6 commit cc1a685
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/gatewayapi/translator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ func TestTranslate(t *testing.T) {
mustUnmarshal(t, string(output), want)

translator := &Translator{
GatewayClassName: "envoy-gateway-class",
ProxyImage: "envoyproxy/envoy:translator-tests",
GatewayClassName: "envoy-gateway-class",
ProxyImage: "envoyproxy/envoy:translator-tests",
GlobalRateLimitEnabled: true,
}

// Add common test fixtures
Expand Down

0 comments on commit cc1a685

Please sign in to comment.