Skip to content

Commit 790d0ba

Browse files
committed
Remove out of date comment
1 parent f75bb99 commit 790d0ba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ async def override_userdb() -> AsyncIterator[AsyncConnection]:
102102
app.dependency_overrides[expdb_connection] = override_expdb
103103
app.dependency_overrides[userdb_connection] = override_userdb
104104

105-
# We do not use the Lifespan manager for now because our auto-use fixture
106-
# `one_lifespan` will do setup and teardown at a session scope level instead.
107105
async with httpx.AsyncClient(
108106
transport=httpx.ASGITransport(app=app),
109107
base_url="http://test",

0 commit comments

Comments
 (0)