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