Skip to content

Commit

Permalink
fix(APIv2): RHINENG-14554 exclude remediation_available from searchable
Browse files Browse the repository at this point in the history
            attributes
  • Loading branch information
romanblanco committed Nov 26, 2024
1 parent 10ba39b commit ec3fd08
Show file tree
Hide file tree
Showing 2 changed files with 4,729 additions and 4,729 deletions.
2 changes: 1 addition & 1 deletion spec/integration/v2/rule_results_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
pagination_params_v2
ids_only_param
sort_params_v2(V2::RuleResult)
search_params_v2(V2::RuleResult)
search_params_v2(V2::RuleResult, except: %i[remediation_available])

parameter name: :test_result_id, in: :path, type: :string, required: true
parameter name: :report_id, in: :path, type: :string, required: true
Expand Down
Loading

0 comments on commit ec3fd08

Please sign in to comment.