From c47e2024914f41f806e394fbc41c537d1e793174 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 1 Jul 2025 14:49:41 -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 b7becc72f..f1591f81d 100644 --- a/tests/app/celery/test_tasks.py +++ b/tests/app/celery/test_tasks.py @@ -1771,7 +1771,7 @@ def test_save_api_email_or_sms_sqlalchemy_error_with_max_retries(): "created_at": "2025-01-01T00:00:00", "reply_to_text": "", "status": "created", - "deocument_download_count": 0, + "document_download_count": 0, } class FakeMaxRetriesExceeded(Exception):