remove async

This commit is contained in:
Kenneth Kehl
2025-06-09 10:47:37 -07:00
parent 19b0e24602
commit 36c7781e37

View File

@@ -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,