Просмотр исходного кода

Update proxy template instead of web

Jaap Marcus 4 лет назад
Родитель
Сommit
416057212f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/config-tests.bats

+ 1 - 1
test/config-tests.bats

@@ -65,7 +65,7 @@ function setup() {
 @test "Proxy Config test" {
     if [ "$PROXY_SYSTEM" = "nginx" ]; then
         for template in $(v-list-web-templates plain); do
-            run v-change-web-domain-tpl $user testhestiacp.com $template
+            run v-change-web-domain-proxy-tpl $user testhestiacp.com $template
             assert_success
             refute_output
         done