mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Added notification count to jobs.
This commit is contained in:
@@ -24,7 +24,8 @@ def test_save_job(notify_db, notify_db_session, sample_template):
|
||||
'template_id': sample_template.id,
|
||||
'bucket_name': bucket_name,
|
||||
'file_name': file_name,
|
||||
'original_file_name': 'some.csv'
|
||||
'original_file_name': 'some.csv',
|
||||
'notification_count': 1
|
||||
}
|
||||
|
||||
job = Job(**data)
|
||||
|
||||
Reference in New Issue
Block a user