Merge remote-tracking branch 'forgejo/main' into feat/115-connection-points-backend
This commit is contained in:
commit
e737fe5ddd
2 changed files with 3 additions and 2 deletions
|
|
@ -61,3 +61,4 @@ obsidian.gendsgn.ru {
|
|||
reverse_proxy frontend:3000
|
||||
}
|
||||
}
|
||||
# Test deploy flow 2026-05-15T21:43:32Z
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue