mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
fix test
This commit is contained in:
parent
10f15f78c8
commit
b3d1085e0c
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue