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"),