Skip to content

Commit

Permalink
revert(OpenAPI): RHINENG-15551 specify what counts as a failed rule
Browse files Browse the repository at this point in the history
                 revert and update manually changes from 0db2214,
                 because it added extra mime_type where it shouldn't be due to a hack from
                 d7d0fb5 that stopped working after upgrading to
                 Rails 8 in 8b53099.
  • Loading branch information
romanblanco authored and RoamingNoMaD committed Jan 24, 2025
1 parent 0db2214 commit 55fd635
Show file tree
Hide file tree
Showing 2 changed files with 4,786 additions and 4,958 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 failures, errors and unknown states for rules in the Test Result'
description: 'Number of failed rules in the Test Result'
},
end_time: {
type: :string,
Expand Down
Loading

0 comments on commit 55fd635

Please sign in to comment.