From 2fd7be1e880b9250fd5b13f5d3c2eb0507e3297f Mon Sep 17 00:00:00 2001 From: Jimmy Royer Date: Mon, 30 Oct 2023 14:15:21 -0400 Subject: [PATCH] Format --- tests/app/notifications/test_process_notification.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/notifications/test_process_notification.py b/tests/app/notifications/test_process_notification.py index 3fcc713d04..6d81c0b40c 100644 --- a/tests/app/notifications/test_process_notification.py +++ b/tests/app/notifications/test_process_notification.py @@ -1110,6 +1110,7 @@ def test_db_save_and_send_notification_throws_exception_deletes_notification( ) def test_delivery_task_parameters(self, notification_type, process_type, expected_retry, expected_retry_period): from flask import current_app + ff_value = current_app.config["FF_CELERY_CUSTOM_TASK_PARAMS"] print(f"test_process_notification: FF_CELERY_CUSTOM_TASK_PARAMS={ff_value}")