From 4a31f3411704a7194293d28da41afcbabe476328 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 11 Aug 2025 11:52:24 -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 05515824d..45540ca84 100644 --- a/tests/app/celery/test_tasks.py +++ b/tests/app/celery/test_tasks.py @@ -1814,7 +1814,7 @@ def mock_notification(): } -@patch("app.notifications_dao.get_notifications_for_service") +@patch("app.dao.notifications_dao.get_notifications_for_service") @patch("app.aws.s3.get_personalisation_from_s3") @patch("app.aws.s3.get_phone_number_from_s3") @patch("app.celery.tasks.get_csv_location")