diff --git a/internal/model/ooapi.go b/internal/model/ooapi.go index 925b112741..dd2ca3f8c8 100644 --- a/internal/model/ooapi.go +++ b/internal/model/ooapi.go @@ -87,6 +87,9 @@ type OOAPICheckInResult struct { type OOAPICheckInResultConfig struct { // Features contains feature flags. Features map[string]bool `json:"features"` + + // TestHelpers contains test-helpers information. + TestHelpers map[string][]OOAPIService `json:"test_helpers"` } // OOAPICheckReportIDResponse is the check-report-id API response.