From 9430bbd97e53e8a04e958e77f2966e3efa1905c6 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 4 Jun 2025 11:49:55 -0700 Subject: [PATCH] fix format --- tests/app/main/views/test_templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py index 591b99b28..06b18e005 100644 --- a/tests/app/main/views/test_templates.py +++ b/tests/app/main/views/test_templates.py @@ -1783,6 +1783,7 @@ def test_should_not_create_sms_template_with_emoji( ) assert mock_create_service_template.called is False + @pytest.mark.asyncio @pytest.mark.parametrize( ("template_type", "expected_error"),