Merge pull request #155 from alphagov/fixes-to-front-end-patterns

Fixes to front end patterns
This commit is contained in:
NIcholas Staples
2016-02-05 11:39:46 +00:00
16 changed files with 41 additions and 26 deletions

View File

@@ -161,7 +161,7 @@ def test_should_show_status_page(app_,
assert response.status_code == 200
resp_data = response.get_data(as_text=True)
assert 'Turn off all outgoing notifications' in resp_data
assert 'Suspend API keys' in resp_data
assert mock_get_service.called