Remove bumf from the API keys page

This commit is contained in:
Chris Hill-Scott
2016-04-29 14:17:34 +01:00
parent 96297d2989
commit e6ed2c9ff6
2 changed files with 11 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ def test_should_show_empty_api_keys_page(app_,
assert response.status_code == 200
assert 'You havent created any API keys yet' in response.get_data(as_text=True)
assert 'Create new API key' 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=service_id)