Fix test name
This commit is contained in:
parent
7a9776531e
commit
9066776a25
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue