Skip to content

Commit ae5df0e

Browse files
chore: no need for marking asyncio
1 parent 9ab800d commit ae5df0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ async def test_CloudSQLClient_user_agent(
143143
await client.close()
144144

145145

146-
@pytest.mark.asyncio
147146
async def test_cloud_sql_error_messages_get_metadata(
148147
fake_credentials: Credentials,
149148
) -> None:
@@ -182,7 +181,6 @@ async def test_cloud_sql_error_messages_get_metadata(
182181
await client.close()
183182

184183

185-
@pytest.mark.asyncio
186184
async def test_cloud_sql_error_messages_get_ephemeral(
187185
fake_credentials: Credentials,
188186
) -> None:

0 commit comments

Comments
 (0)