Skip to content

Commit

Permalink
fix(model): get TH info from check-in API
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 6, 2023
1 parent f3c853b commit 8b058fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/model/ooapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8b058fc

Please sign in to comment.