Merge pull request #1418 from alphagov/local-email-address-for-local-government

Tell local government folk that they can sign up
This commit is contained in:
Chris Hill-Scott
2017-08-11 16:20:06 +01:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ def test_should_return_200_when_email_is_not_gov_uk(
'password': 'validPassword!'})
assert response.status_code == 200
assert 'Enter a central government email address' in response.get_data(as_text=True)
assert 'Enter a government email address' in response.get_data(as_text=True)
def test_should_add_user_details_to_session(