mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
again
This commit is contained in:
parent
504de9874f
commit
c0a2e048b3
@ -103,9 +103,6 @@ mgmt_create_user() {
|
||||
record "[create user $email]"
|
||||
mgmt_rest POST /admin/mail/users/add "email=$email" "password=$pass"
|
||||
rc=$?
|
||||
if echo "$REST_OUTPUT" | grep "updated DNS:" >/dev/null; then
|
||||
systemctl_reset "nsd.service"
|
||||
fi
|
||||
return $rc
|
||||
}
|
||||
|
||||
|
@ -202,11 +202,8 @@ test_intl_domains() {
|
||||
|
||||
suite_start "management-users" mgmt_start
|
||||
|
||||
# for travis-ci
|
||||
systemctl_reset "nsd.service"
|
||||
|
||||
test_mixed_case_users
|
||||
test_mixed_case_domains
|
||||
test_mixed_case_users
|
||||
test_intl_domains
|
||||
|
||||
suite_end mgmt_end
|
||||
|
Loading…
Reference in New Issue
Block a user