mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
This massive set of changes uses the new queue names object throughout the app and tests.
Lots of changes, all changing the line of code that puts things into queues, and the code that tests that.
This commit is contained in:
@@ -21,7 +21,7 @@ def test_send_letter_jobs(client, mocker):
|
||||
|
||||
mock_celery.assert_called_once_with(name="send-files-to-dvla",
|
||||
args=(job_ids['job_ids'],),
|
||||
queue="process-ftp")
|
||||
queue="process-ftp-tasks")
|
||||
|
||||
|
||||
def test_send_letter_jobs_throws_validation_error(client, mocker):
|
||||
|
||||
Reference in New Issue
Block a user