mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
whoops test fixes.
This commit is contained in:
@@ -145,7 +145,7 @@ def notification_json(service_id,
|
|||||||
'notifications': [{
|
'notifications': [{
|
||||||
'to': to,
|
'to': to,
|
||||||
'template': {'id': template['id'], 'name': template['name']},
|
'template': {'id': template['id'], 'name': template['name']},
|
||||||
'job': {'id': job['id'], 'file_name': job['file_name']},
|
'job': {'id': job['id'], 'original_file_name': job['original_file_name']},
|
||||||
'sent_at': sent_at,
|
'sent_at': sent_at,
|
||||||
'status': status,
|
'status': status,
|
||||||
'created_at': created_at
|
'created_at': created_at
|
||||||
|
|||||||
Reference in New Issue
Block a user