mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
fix test
This commit is contained in:
parent
48ff20906e
commit
a0c199732f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def test_different_scenarios(flask_client):
|
|||
headers={"Authentication": api_key.code},
|
||||
)
|
||||
|
||||
assert r.json["custom"]["suggestion"] == "www_test_com"
|
||||
assert r.json["custom"]["suggestion"] == "test"
|
||||
|
||||
# <<< with recommendation >>>
|
||||
alias = GenEmail.create_new_gen_email(user.id)
|
||||
|
|
Loading…
Reference in a new issue