mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
parent
5998cd8160
commit
bb2c7e5e16
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ def test_suggested_emails_for_user_who_cannot_create_new_email(flask_client):
|
||||||
assert GenEmail.get_by(email=email)
|
assert GenEmail.get_by(email=email)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def test_gen_email_create_random(flask_client):
|
def test_gen_email_create_random(flask_client):
|
||||||
user = User.create(
|
user = User.create(
|
||||||
email="a@b.c", password="password", name="Test User", activated=True
|
email="a@b.c", password="password", name="Test User", activated=True
|
||||||
|
|
Loading…
Reference in a new issue