mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Fix wording
This commit is contained in:
@@ -18,7 +18,7 @@ def test_should_return_verify_template(app_,
|
||||
assert response.status_code == 200
|
||||
assert (
|
||||
"We’ve 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_,
|
||||
|
||||
Reference in New Issue
Block a user