Consolidate setup persistence into bootstrap metadata and runtime DB
This commit is contained in:
@@ -334,6 +334,7 @@ async def test_startup_loads_geo_cache_from_persisted_runtime_database(tmp_path:
|
||||
patch("app.services.geo_service.load_cache_from_db", new=load_cache),
|
||||
patch("app.services.geo_service.count_unresolved", new=AsyncMock(return_value=0)),
|
||||
patch("app.services.setup_service.is_setup_complete", new=AsyncMock(return_value=True)),
|
||||
patch("app.services.setup_service.get_runtime_database_path", new=AsyncMock(return_value=runtime_db_path)),
|
||||
patch(
|
||||
"app.services.setup_service.get_persisted_runtime_settings",
|
||||
new=AsyncMock(
|
||||
|
||||
Reference in New Issue
Block a user