mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-30 12:18:19 -04:00
Upload csv location updated, all tests passing.
This commit is contained in:
@@ -91,8 +91,6 @@ def job_json():
|
||||
'service': 1,
|
||||
'template': 1,
|
||||
'original_file_name': 'thisisatest.csv',
|
||||
'bucket_name': 'service-1-{}-notify'.format(job_id),
|
||||
'file_name': '{}.csv'.format(job_id),
|
||||
'created_at': created_at,
|
||||
'notification_count': 1,
|
||||
'notifications_sent': 1,
|
||||
|
||||
@@ -13,8 +13,6 @@ def test_client_creates_job_data_correctly(mocker):
|
||||
"id": job_id,
|
||||
"template": template_id,
|
||||
"original_file_name": original_file_name,
|
||||
"bucket_name": "service-{}-notify".format(service_id),
|
||||
"file_name": "{}.csv".format(job_id),
|
||||
"notification_count": 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user