Fix test name

This commit is contained in:
Gabor Lekeny 2023-08-02 13:30:54 +02:00
parent 7a9776531e
commit 9066776a25

View file

@ -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") f.UpdateNginxConfigMapData("use-http2", "false")
defer func() { defer func() {
f.UpdateNginxConfigMapData("use-http2", "true") f.UpdateNginxConfigMapData("use-http2", "true")