Skip to content

Commit

Permalink
dangling env var name in test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lgadban committed Jan 16, 2025
1 parent 26f5ee6 commit 7c881a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/gateway2/setup/ggv2setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestScenarios(t *testing.T) {

os.Setenv("POD_NAMESPACE", "gwtest") // TODO: is this still needed?
// set global settings env vars; current ggv2setup_tests all assume these are set to true
os.Setenv("KGW_ISTIOINTEGRATION", "true")
os.Setenv("KGW_ENABLEISTIOINTEGRATION", "true")
os.Setenv("KGW_ENABLEAUTOMTLS", "true")

testEnv := &envtest.Environment{
Expand Down

0 comments on commit 7c881a2

Please sign in to comment.