remove old statistics_api_client

now unused - replaced mock fn with detailed_services too
This commit is contained in:
Leo Hemsted
2016-08-24 16:26:08 +01:00
parent 7864f9455d
commit b983f020ff
5 changed files with 16 additions and 34 deletions

View File

@@ -31,8 +31,7 @@ def test_should_render_platform_admin_page(
app_,
platform_admin_user,
mocker,
mock_get_services,
mock_get_all_service_statistics
mock_get_detailed_services,
):
with app_.test_request_context():
with app_.test_client() as client: