Fix wording

This commit is contained in:
Chris Hill-Scott
2016-02-02 15:41:54 +00:00
parent 9c856af789
commit 335cc160fa
3 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ def test_should_return_verify_template(app_,
assert response.status_code == 200
assert (
"Weve sent you confirmation codes by email and text message."
" You need to enter both codes here.") in response.get_data(as_text=True)
) in response.get_data(as_text=True)
def test_should_redirect_to_add_service_when_code_are_correct(app_,