We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc511e commit 54a6b50Copy full SHA for 54a6b50
1 file changed
tests/integration/conftest.py
@@ -40,7 +40,7 @@ async def db_session(database_setup: DatabaseSessionManager):
40
41
42
@pytest_asyncio.fixture(scope="module", loop_scope="session")
43
-async def client() -> AsyncGenerator[Any, None]:
+async def client() -> AsyncGenerator[Any]:
44
# base_url is just a random placeholder url
45
# ASGITransport is just telling the async client to pass all requests to app
46
# `async with` syntax used so that the connecton will automatically be closed once done
0 commit comments