From 7c881a22700f441438c8fbf54e5971012d2fa313 Mon Sep 17 00:00:00 2001 From: Lawrence Gadban Date: Thu, 16 Jan 2025 13:12:36 -0600 Subject: [PATCH] dangling env var name in test setup --- projects/gateway2/setup/ggv2setup_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/gateway2/setup/ggv2setup_test.go b/projects/gateway2/setup/ggv2setup_test.go index 8cdda9b292a..3648f4a89b3 100644 --- a/projects/gateway2/setup/ggv2setup_test.go +++ b/projects/gateway2/setup/ggv2setup_test.go @@ -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{