From a3dc51b5cadd1e2900fae9e02cba488de25c408a Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 1 Jul 2025 14:27:32 -0700 Subject: [PATCH] more 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 652b4ef8d..b7becc72f 100644 --- a/tests/app/celery/test_tasks.py +++ b/tests/app/celery/test_tasks.py @@ -1786,7 +1786,7 @@ def test_save_api_email_or_sms_sqlalchemy_error_with_max_retries(): ), patch("app.celery.tasks.get_notification", return_value=None), patch( "app.celery.tasks.persist_notification", side_effect=SQLAlchemyError("db issue") ), patch( - "app.celery.tasks.current_app.logger.excepetion" + "app.celery.tasks.current_app.logger.exception" ) as mock_exception: with pytest.raises(SQLAlchemyError):