Skip to content

Commit

Permalink
Test Runner: Adds warnings_regex to catchables
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 12, 2024
1 parent 97a5c7c commit 9150c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch-api/api-spec-testing/test_file/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def perform_action(method, args, client, test)
transport_options: transport_options.merge(headers: headers)
)
end
when 'catch', 'warnings', 'allowed_warnings', 'allowed_warnings_regex'
when 'catch', 'warnings', 'allowed_warnings', 'allowed_warnings_regex', 'warnings_regex'
client
when 'put_trained_model_alias'
args.merge!('reassign' => true) unless args['reassign'] === false
Expand Down

0 comments on commit 9150c6a

Please sign in to comment.