diff --git a/tests/manager/conftest.py b/tests/manager/conftest.py index c4d40422b8..0fbaf5558e 100644 --- a/tests/manager/conftest.py +++ b/tests/manager/conftest.py @@ -403,7 +403,7 @@ class = StreamHandler cli_schema_oneshot.invoke(click_ctx) -@pytest.fixture(scope="module") +@pytest.fixture() async def database_engine(local_config, database): async with connect_database(local_config) as db: yield db