From 97f8fd7669e527cdfc9b934ec187c33212af29f1 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 11 Aug 2025 11:00:47 -0700 Subject: [PATCH] add tests --- tests/app/celery/test_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/celery/test_tasks.py b/tests/app/celery/test_tasks.py index b4128ac17..7fe8601f3 100644 --- a/tests/app/celery/test_tasks.py +++ b/tests/app/celery/test_tasks.py @@ -1829,7 +1829,7 @@ def test_generate_notifications_report_normal_case( mock_get_phone_number, mock_get_personalisation, mock_get_notifications, - mock_notifications, + mock_notification, ): mock_get_notifications.return_value.items = [mock_notification]