Skip to content

Commit ff4de90

Browse files
committed
fix tests
1 parent 3e29459 commit ff4de90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api_v1/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async def override_get_async_session():
3434

3535

3636
@pytest_asyncio.fixture(scope='session', autouse=True)
37-
async def app():
37+
async def app() -> AsyncGenerator[LifespanManager, Any]:
3838
@asynccontextmanager
3939
async def lifespan(app: FastAPI):
4040
async with db_setup.engine.begin() as conn:

0 commit comments

Comments
 (0)