mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 11:20:12 -04:00
Replace haven't with have not
This commit is contained in:
committed by
Chris Hill-Scott
parent
74e9b343fd
commit
3e45b0f738
@@ -191,7 +191,7 @@ def test_should_show_empty_api_keys_page(
|
||||
response = client.get(url_for('main.api_keys', service_id=service_id))
|
||||
|
||||
assert response.status_code == 200
|
||||
assert 'You haven’t created any API keys yet' in response.get_data(as_text=True)
|
||||
assert 'You have not created any API keys yet' in response.get_data(as_text=True)
|
||||
assert 'Create an API key' in response.get_data(as_text=True)
|
||||
mock_get_no_api_keys.assert_called_once_with(service_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user