Browse Source

Update proxy template instead of web

Jaap Marcus 4 years ago
parent
commit
416057212f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/config-tests.bats

+ 1 - 1
test/config-tests.bats

@@ -65,7 +65,7 @@ function setup() {
 @test "Proxy Config test" {
 @test "Proxy Config test" {
     if [ "$PROXY_SYSTEM" = "nginx" ]; then
     if [ "$PROXY_SYSTEM" = "nginx" ]; then
         for template in $(v-list-web-templates plain); do
         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
             assert_success
             refute_output
             refute_output
         done
         done