feat(platform): summarize missing vehicle sources
This commit is contained in:
@@ -185,6 +185,9 @@ func TestHandlerVehicleCoverageSummary(t *testing.T) {
|
||||
if body.Data.OnlineVehicles != 1 || body.Data.UnboundVehicles != 0 {
|
||||
t.Fatalf("coverage summary should expose filtered online and binding totals, got %+v", body.Data)
|
||||
}
|
||||
if len(body.Data.MissingSources) == 0 {
|
||||
t.Fatalf("coverage summary should expose missing source counts, got %+v", body.Data)
|
||||
}
|
||||
}
|
||||
|
||||
func TestSplitCSVEmptyReturnsEmptySlice(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user