diff --git a/test/framework/env.go b/test/framework/env.go index 7409cd20752f..b672724d1ac3 100644 --- a/test/framework/env.go +++ b/test/framework/env.go @@ -72,7 +72,7 @@ func HasDpInitImageRegistry() bool { } func GetUniversalImage() string { - if envBool("KUMA_UNIVERSAL_IMAGE") { + if envIsPresent("KUMA_UNIVERSAL_IMAGE") { return os.Getenv("KUMA_UNIVERSAL_IMAGE") }