add new get_detailed_service mock to tests that the dashboard

This commit is contained in:
Leo Hemsted
2016-07-20 13:55:08 +01:00
parent 3ffd6c744c
commit fade656e3b
4 changed files with 24 additions and 13 deletions

View File

@@ -21,6 +21,7 @@ def test_sign_out_user(app_,
mock_get_jobs,
mock_has_permissions,
mock_get_template_statistics,
mock_get_detailed_service,
mock_get_usage):
with app_.test_request_context():
with app_.test_client() as client: