We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561b85a commit 4160572Copy full SHA for 4160572
1 file changed
test/config-tests.bats
@@ -65,7 +65,7 @@ function setup() {
65
@test "Proxy Config test" {
66
if [ "$PROXY_SYSTEM" = "nginx" ]; then
67
for template in $(v-list-web-templates plain); do
68
- run v-change-web-domain-tpl $user testhestiacp.com $template
+ run v-change-web-domain-proxy-tpl $user testhestiacp.com $template
69
assert_success
70
refute_output
71
done
0 commit comments