mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
Fix test due to updated wording
This commit is contained in:
parent
ca6c32f951
commit
66b7df588f
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@ def test_out_of_quota(flask_client):
|
|||
|
||||
assert r.status_code == 400
|
||||
assert r.json == {
|
||||
"error": "You have created 3 custom aliases, please upgrade to create more"
|
||||
"error": "You have reached the limitation of a free account with the maximum of 3 custom aliases, please upgrade your plan to create more custom aliases"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue