Skip to content

Commit 353cc6a

Browse files
authored
Fix test running with pytest-asyncio==0.18.0 (#26)
1 parent 95dbdba commit 353cc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_aiohttp/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_login(aiohttp_client):
135135
return TestClient
136136

137137

138-
@pytest.fixture
138+
@pytest_asyncio.fixture
139139
async def aiohttp_client(
140140
aiohttp_client_cls: Type[TestClient],
141141
) -> Generator[AiohttpClient, None, None]:

0 commit comments

Comments
 (0)