Skip to content

Commit d1cda56

Browse files
committed
Fix bug in test
1 parent 88632e2 commit d1cda56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/restore.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ function validate_web_domain() {
312312
@test "Restore[3]: From Hestia [WEB] Custom rule" {
313313
# check if custom rule is still working
314314
local domain="test.hestia.com"
315-
validate_web_domain_fake $userbk $domain 'hestia-yes' '/hestia/hestia'
315+
validate_web_domain $userbk $domain 'hestia-yes' '/hestia/hestia' 'no'
316316
}
317317

318318

@@ -405,7 +405,7 @@ function validate_web_domain() {
405405
@test "Restore[4]: From Hestia [WEB] Custom rule" {
406406
# check if custom rule is still working
407407
local domain="test.hestia.com"
408-
validate_web_domain_fake $userbk $domain 'hestia-yes' '/hestia/hestia'
408+
validate_web_domain $userbk $domain 'hestia-yes' '/hestia/hestia' 'no'
409409
}
410410

411411

0 commit comments

Comments
 (0)