feat(platform): surface incomplete vehicle archives
This commit is contained in:
@@ -463,6 +463,9 @@ func TestHandlerVehicleServiceSummaryEndpoint(t *testing.T) {
|
||||
if body.Data.MultiSourceVehicles < 1 || body.Data.SingleSourceVehicles < 1 {
|
||||
t.Fatalf("summary should expose source coverage distribution, got %+v", body.Data)
|
||||
}
|
||||
if body.Data.ArchiveIncompleteVehicles < 1 {
|
||||
t.Fatalf("summary should expose incomplete archive vehicles, got %+v", body.Data)
|
||||
}
|
||||
if len(body.Data.ServiceStatuses) == 0 || len(body.Data.Protocols) == 0 {
|
||||
t.Fatalf("summary should expose service status and protocol distributions, got %+v", body.Data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user