Explorar o código

Update proxy template instead of web

Jaap Marcus %!s(int64=4) %!d(string=hai) anos
pai
achega
416057212f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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