Skip to content

Commit 24d3bc7

Browse files
committed
Update test
1 parent 16e9d62 commit 24d3bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ function check_ip_not_banned(){
16721672
@test "MAIL: Add account 6" {
16731673
run v-add-mail-account $user $domain "0AA" "$userpass2"
16741674
assert_success
1675-
assert_file_contains /etc/exim4/domains/$domain/limits "0AA@$domain"
1675+
assert_file_contains /etc/exim4/domains/$domain/limits "0AA"
16761676
refute_output
16771677
}
16781678

0 commit comments

Comments
 (0)