mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Replace haven't with have not
This commit is contained in:
committed by
Chris Hill-Scott
parent
5b616a0734
commit
74e9b343fd
@@ -30,7 +30,7 @@ def test_render_sign_in_template_for_new_user(
|
||||
def test_sign_in_explains_session_timeout(client):
|
||||
response = client.get(url_for('main.sign_in', next='/foo'))
|
||||
assert response.status_code == 200
|
||||
assert 'We signed you out because you haven’t used Notify for a while.' in response.get_data(as_text=True)
|
||||
assert 'We signed you out because you have not used Notify for a while.' in response.get_data(as_text=True)
|
||||
|
||||
|
||||
def test_sign_in_explains_other_browser(logged_in_client, api_user_active, mocker):
|
||||
|
||||
Reference in New Issue
Block a user