diff --git a/test/e2e/annotations/auth.go b/test/e2e/annotations/auth.go index 684160e9d..56246828a 100644 --- a/test/e2e/annotations/auth.go +++ b/test/e2e/annotations/auth.go @@ -648,7 +648,7 @@ http { }) }) - ginkgo.It(`should disable set_all_vars when auth-keepalive-share-vars is true`, func() { + ginkgo.It(`should enable set_all_vars when auth-keepalive-share-vars is true`, func() { f.UpdateNginxConfigMapData("use-http2", "false") defer func() { f.UpdateNginxConfigMapData("use-http2", "true")