Skip to content

Commit

Permalink
fix(OpenAPI): specify what counts as a failed rule
Browse files Browse the repository at this point in the history
  • Loading branch information
RoamingNoMaD committed Jan 22, 2025
1 parent 0e14851 commit ad5e50d
Show file tree
Hide file tree
Showing 2 changed files with 4,958 additions and 4,786 deletions.
2 changes: 1 addition & 1 deletion spec/api/v2/schemas/test_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module TestResult
type: %w[integer null],
examples: [3],
readOnly: true,
description: 'Number of failed rules in the Test Result'
description: 'Number of failures, errors and unknown states for rules in the Test Result'
},
end_time: {
type: :string,
Expand Down
Loading

0 comments on commit ad5e50d

Please sign in to comment.