From 0668d92ad4ffba33a1d4ea3b13483000d1a25801 Mon Sep 17 00:00:00 2001 From: Jimmy Royer Date: Wed, 10 Apr 2024 15:35:23 -0400 Subject: [PATCH] Fixing test with the declaration for new retry callback queue --- tests/app/test_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/test_config.py b/tests/app/test_config.py index c0eaf8843c..e27ba129d1 100644 --- a/tests/app/test_config.py +++ b/tests/app/test_config.py @@ -48,6 +48,7 @@ def test_queue_names_all_queues_correct(): QueueNames.REPORTING, QueueNames.JOBS, QueueNames.RETRY, + QueueNames.CALLBACKS_RETRY, QueueNames.NOTIFY, # QueueNames.CREATE_LETTERS_PDF, QueueNames.CALLBACKS,