From ae5df0ed2c9961078cb921442a82528916766966 Mon Sep 17 00:00:00 2001 From: jackwotherspoon Date: Mon, 2 Dec 2024 17:35:01 +0000 Subject: [PATCH] chore: no need for marking asyncio --- tests/unit/test_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/test_client.py b/tests/unit/test_client.py index bebc4f4a..dbda3c74 100644 --- a/tests/unit/test_client.py +++ b/tests/unit/test_client.py @@ -143,7 +143,6 @@ async def test_CloudSQLClient_user_agent( await client.close() -@pytest.mark.asyncio async def test_cloud_sql_error_messages_get_metadata( fake_credentials: Credentials, ) -> None: @@ -182,7 +181,6 @@ async def test_cloud_sql_error_messages_get_metadata( await client.close() -@pytest.mark.asyncio async def test_cloud_sql_error_messages_get_ephemeral( fake_credentials: Credentials, ) -> None: