Skip to content

Commit 77411dc

Browse files
committed
try cache
1 parent 164d8c6 commit 77411dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fixtures/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def create_router_test_app(
4545
) -> Litestar:
4646
"""Create a minimal app for router-composition tests."""
4747
alchemy_config = SQLAlchemyAsyncConfig(
48-
connection_string="sqlite+aiosqlite:///:memory:",
48+
connection_string="sqlite+aiosqlite:///:memory:?cache=shared",
4949
session_config=AsyncSessionConfig(expire_on_commit=False),
5050
create_all=True,
5151
)

0 commit comments

Comments
 (0)