From 66b7df588f08cc8ed4ef20ece21e89e00e573265 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 30 Dec 2019 16:01:29 +0100 Subject: [PATCH] Fix test due to updated wording --- tests/api/test_new_custom_alias.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/test_new_custom_alias.py b/tests/api/test_new_custom_alias.py index 36622be8..35ae512c 100644 --- a/tests/api/test_new_custom_alias.py +++ b/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" }