Remove print

This commit is contained in:
Rebecca Law
2019-08-23 17:19:40 +01:00
committed by Leo Hemsted
parent 1c94d6d24a
commit 2abcda47a3

View File

@@ -126,7 +126,6 @@ def test_get_usage_for_all_services(notify_db_session, admin_request):
response = admin_request.get("platform_stats.get_usage_for_all_services",
start_date='2019-05-01',
end_date='2019-06-30')
print(response)
assert len(response) == 4
assert response[0]["organisation_id"] == str(org.id)
assert response[0]["service_id"] == str(service.id)