We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc2950 commit 8ecc760Copy full SHA for 8ecc760
tests/test_connection.py
@@ -83,7 +83,10 @@ async def test_BasicConnection_with_compression(
83
assert request.headers["accept-encoding"] == "deflate"
84
85
86
-def test_BasicConnection_prep_response_bad_response(client_session, url, sys_db_name):
+@pytest.mark.asyncio
87
+async def test_BasicConnection_prep_response_bad_response(
88
+ client_session, url, sys_db_name
89
+):
90
client = AioHTTPClient()
91
session = client_session(client, url)
92
resolver = DefaultHostResolver(1)
0 commit comments