mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Update tests to match the new csv data
This commit is contained in:
@@ -844,5 +844,5 @@ def test_get_all_notifications_for_job_returns_csv_format(
|
||||
assert len(resp['notifications']) == 1
|
||||
notification = resp['notifications'][0]
|
||||
assert set(notification.keys()) == \
|
||||
set(['created_at', 'created_by_name', 'template_type',
|
||||
set(['created_at', 'created_by_name', 'created_by_email_address', 'template_type',
|
||||
'template_name', 'job_name', 'status', 'row_number', 'recipient'])
|
||||
|
||||
Reference in New Issue
Block a user