Compare commits
2 Commits
749e37354d
...
5c8c3f16ae
Author | SHA1 | Date | |
---|---|---|---|
5c8c3f16ae | |||
c6e8e78c95 |
@@ -46,7 +46,7 @@ async def get_test_session() -> AsyncGenerator[AsyncSession, None]:
|
|||||||
|
|
||||||
|
|
||||||
@pytest_asyncio.fixture(scope='session')
|
@pytest_asyncio.fixture(scope='session')
|
||||||
async def client() -> AsyncGenerator[AsyncClient, None]:
|
async def client(event_loop) -> AsyncGenerator[AsyncClient, None]:
|
||||||
app: FastAPI = create_app()
|
app: FastAPI = create_app()
|
||||||
app.dependency_overrides[get_async_session] = get_test_session
|
app.dependency_overrides[get_async_session] = get_test_session
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user