mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Merge pull request #992 from GSA/notify-admin-1396
Exception Investigation: app.notify_client:InviteTokenError
This commit is contained in:
@@ -249,7 +249,7 @@ def test_validate_invitation_token_for_expired_token_returns_400(client):
|
||||
json_resp = json.loads(response.get_data(as_text=True))
|
||||
assert json_resp["result"] == "error"
|
||||
assert json_resp["message"] == {
|
||||
"invitation": "Your invitation to GOV.UK Notify has expired. "
|
||||
"invitation": "Your invitation to Notify.gov has expired. "
|
||||
"Please ask the person that invited you to send you another one"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user