Skip to content

Commit 9335fea

Browse files
committed
Fixed failing test
1 parent 85e0b06 commit 9335fea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_connection.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ async def mock_send_request(*args, **kwargs):
149149
assert tries == max_tries
150150

151151

152-
def test_JwtConnection_no_auth(client_session, url, sys_db_name):
152+
@pytest.mark.asyncio
153+
async def test_JwtConnection_no_auth(client_session, url, sys_db_name):
153154
client = AioHTTPClient()
154155
session = client_session(client, url)
155156
resolver = DefaultHostResolver(1)

0 commit comments

Comments
 (0)