Skip to content

Commit 4160572

Browse files
committed
Update proxy template instead of web
1 parent 561b85a commit 4160572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config-tests.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function setup() {
6565
@test "Proxy Config test" {
6666
if [ "$PROXY_SYSTEM" = "nginx" ]; then
6767
for template in $(v-list-web-templates plain); do
68-
run v-change-web-domain-tpl $user testhestiacp.com $template
68+
run v-change-web-domain-proxy-tpl $user testhestiacp.com $template
6969
assert_success
7070
refute_output
7171
done

0 commit comments

Comments
 (0)