From 1ea89ab616304ebc1a452afae1a851e7125e2373 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 13 Jan 2025 12:44:50 -0800 Subject: [PATCH] more tests --- tests/app/celery/test_scheduled_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/celery/test_scheduled_tasks.py b/tests/app/celery/test_scheduled_tasks.py index 5738faec0..e2ed00963 100644 --- a/tests/app/celery/test_scheduled_tasks.py +++ b/tests/app/celery/test_scheduled_tasks.py @@ -619,7 +619,6 @@ def test_process_delivery_receipts_success(mocker): processor.process_delivery_receipts() - cloudwatch_mock.init_app.assert_called_once_with(current_app_mock) cloudwatch_mock.check_delivery_receipts.assert_called_once() assert dao_update_mock.call_count == 3