Skip to content

Commit 353cc6a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_aiohttp/plugin.py

Lines changed: 1 addition & 1 deletion
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)