Update the tests for the new text

This commit is contained in:
Rebecca Law
2016-12-09 12:28:28 +00:00
parent e97c3bcc73
commit 8c9e7b2d68
2 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,8 @@ def test_accept_invite_for_expired_token_returns_400(notify_api, sample_invited_
json_resp = json.loads(response.get_data(as_text=True))
assert json_resp['result'] == 'error'
assert json_resp['message'] == {'invitation': [
'This invitation has expired please contact the person that invited you to invite you again']}
'Your invitation to GOV.UK Notify has expired. '
'Please ask the person that invited you to send you another one']}
def test_accept_invite_returns_200_when_token_valid(notify_api, sample_invited_user):