mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
table with sending/delivered/failed stats for each service today
This commit is contained in:
@@ -205,7 +205,7 @@ def mock_get_aggregate_service_statistics(mocker):
|
||||
@pytest.fixture(scope='function')
|
||||
def mock_get_all_service_statistics(mocker):
|
||||
def _create(day):
|
||||
return {'data': [{}]}
|
||||
return {'data': []}
|
||||
|
||||
return mocker.patch(
|
||||
'app.statistics_api_client.get_statistics_for_all_services_for_day', side_effect=_create)
|
||||
|
||||
Reference in New Issue
Block a user