Explorar o código

Fix test due to updated wording

Son NK %!s(int64=5) %!d(string=hai) anos
pai
achega
66b7df588f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/api/test_new_custom_alias.py

+ 1 - 1
tests/api/test_new_custom_alias.py

@@ -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"
     }