Skip to content

Commit 763c4aa

Browse files
authored
add web domain wildcard alias test (hestiacp#1600)
* add web domain wildcard alias test * fix quotation for bash interpretation
1 parent b992b71 commit 763c4aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test.bats

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,12 @@ function validate_database(){
501501
assert_failure $E_EXISTS
502502
}
503503

504+
@test "WEB: Add web domain wildcard alias" {
505+
run v-add-web-domain-alias $user $domain "*.$domain"
506+
assert_success
507+
refute_output
508+
}
509+
504510
@test "WEB: Add web domain stats" {
505511
run v-add-web-domain-stats $user $domain awstats
506512
assert_success

0 commit comments

Comments
 (0)