mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Made celery task arg a tuple
This commit is contained in:
@@ -696,5 +696,5 @@ def test_run_letter_jobs(client, mocker, sample_letter_template):
|
||||
run_letter_jobs()
|
||||
|
||||
mock_celery.assert_called_once_with(name=TaskNames.DVLA_FILES,
|
||||
args=([job.id for job in jobs]),
|
||||
args=([job.id for job in jobs],),
|
||||
queue=QueueNames.PROCESS_FTP)
|
||||
|
||||
Reference in New Issue
Block a user