This commit is contained in:
Son NK 2020-12-18 16:52:03 +01:00
parent 10f15f78c8
commit b3d1085e0c

View file

@ -50,7 +50,6 @@ def test_can_be_used_as_personal_email(flask_client):
assert not email_can_be_used_as_mailbox("ab@sl.local")
assert not email_can_be_used_as_mailbox("hey@d1.test")
assert email_can_be_used_as_mailbox("hey@ab.cd")
# custom domain
user = User.create(
email="a@b.c",