From 36c7781e37e85b3fb7f09445f7d3a8409fdbab0e Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 9 Jun 2025 10:47:37 -0700 Subject: [PATCH] remove async --- tests/app/main/views/test_templates.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py index 06b18e005..404d4b92b 100644 --- a/tests/app/main/views/test_templates.py +++ b/tests/app/main/views/test_templates.py @@ -1784,7 +1784,6 @@ 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"), [ @@ -1796,7 +1795,7 @@ def test_should_not_create_sms_template_with_emoji( ), ], ) -async def test_should_not_update_sms_template_with_emoji( +def test_should_not_update_sms_template_with_emoji( mocker, client_request, service_one,