Skip to content

Commit 8ecc760

Browse files
committed
Marking test async
1 parent dfc2950 commit 8ecc760

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_connection.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ async def test_BasicConnection_with_compression(
8383
assert request.headers["accept-encoding"] == "deflate"
8484

8585

86-
def test_BasicConnection_prep_response_bad_response(client_session, url, sys_db_name):
86+
@pytest.mark.asyncio
87+
async def test_BasicConnection_prep_response_bad_response(
88+
client_session, url, sys_db_name
89+
):
8790
client = AioHTTPClient()
8891
session = client_session(client, url)
8992
resolver = DefaultHostResolver(1)

0 commit comments

Comments
 (0)