There was an error while loading. Please reload this page.
1 parent 164d8c6 commit 77411dcCopy full SHA for 77411dc
1 file changed
tests/fixtures/app.py
@@ -45,7 +45,7 @@ def create_router_test_app(
45
) -> Litestar:
46
"""Create a minimal app for router-composition tests."""
47
alchemy_config = SQLAlchemyAsyncConfig(
48
- connection_string="sqlite+aiosqlite:///:memory:",
+ connection_string="sqlite+aiosqlite:///:memory:?cache=shared",
49
session_config=AsyncSessionConfig(expire_on_commit=False),
50
create_all=True,
51
)
0 commit comments