This commit is contained in:
Son NK 2019-12-06 10:38:35 +01:00
parent 48ff20906e
commit a0c199732f
1 changed files with 1 additions and 1 deletions

View File

@ -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)