mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-13 11:24:42 +00:00
4ed272761b
Adds three tests asserting the API surfaces observer_iata on:
- ungrouped /api/packets rows
- grouped /api/packets?groupByHash=true rows
- per-observation entries in /api/packets/{id} detail response
Currently fails: the SQL joins select obs.id, obs.name but not obs.iata.
Fixing the join in cmd/server/db.go is the green commit.