feat(parcels): connection-points endpoint (Forgejo #115 Phase 1 backend) #190

Merged
lekss361 merged 5 commits from feat/115-connection-points-backend into main 2026-05-16 05:58:28 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit e737fe5ddd - Show all commits

View file

@ -61,3 +61,4 @@ obsidian.gendsgn.ru {
reverse_proxy frontend:3000
}
}
# Test deploy flow 2026-05-15T21:43:32Z

View file

@ -1162,7 +1162,7 @@ async def test_grid_walk_emits_heartbeat_callbacks() -> None:
progress_states: list[dict[str, Any]] = []
upserted, requests = await _grid_walk_category(
_upserted, requests = await _grid_walk_category(
db=db,
client=client,
quarter="66:41:0303161",
@ -1197,7 +1197,7 @@ async def test_grid_walk_no_heartbeat_when_callback_none() -> None:
client.wms_feature_info = AsyncMock(return_value=[])
# Не передаём update_progress — должно не падать
upserted, requests = await _grid_walk_category(
_upserted, requests = await _grid_walk_category(
db=db,
client=client,
quarter="66:41:0303161",