mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Remove support for old template statistics api response
This commit is contained in:
@@ -2268,7 +2268,8 @@ def mock_get_template_statistics(mocker, service_one, fake_uuid):
|
||||
"template_name": template['name'],
|
||||
"template_type": template['template_type'],
|
||||
"template_id": template['id'],
|
||||
"is_precompiled_letter": False
|
||||
"is_precompiled_letter": False,
|
||||
"status": "delivered"
|
||||
}
|
||||
|
||||
def _get_stats(service_id, limit_days=None):
|
||||
|
||||
Reference in New Issue
Block a user