mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Service and job id were incorrectly in bucket name.
This commit is contained in:
@@ -184,4 +184,3 @@ def test_create_job_should_call_api(app_,
|
||||
|
||||
assert response.status_code == 200
|
||||
mock_create_job.assert_called_with(job_id, service_id, template_id, original_file_name)
|
||||
assert job_data['bucket_name'] == "service-{}-{}-notify".format(service_id, job_id)
|
||||
|
||||
Reference in New Issue
Block a user