mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
Stop posting job metadata to the API
The API is looking at the S3 metadata for this information now, so there’s no need for us to continue sending it through.
This commit is contained in:
@@ -1711,10 +1711,7 @@ def test_create_job_should_call_api(
|
||||
mock_create_job.assert_called_with(
|
||||
job_id,
|
||||
service_id,
|
||||
template_id,
|
||||
original_file_name,
|
||||
notification_count,
|
||||
scheduled_for=when
|
||||
scheduled_for=when,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user