Skip to content

Commit

Permalink
chore: no need for marking asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Dec 2, 2024
1 parent 9ab800d commit ae5df0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ae5df0e

Please sign in to comment.