Skip to content

Commit 9150c6a

Browse files
committed
Test Runner: Adds warnings_regex to catchables
1 parent 97a5c7c commit 9150c6a

File tree

1 file changed

+1
-1
lines changed
  • elasticsearch-api/api-spec-testing/test_file

1 file changed

+1
-1
lines changed

elasticsearch-api/api-spec-testing/test_file/action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def perform_action(method, args, client, test)
157157
transport_options: transport_options.merge(headers: headers)
158158
)
159159
end
160-
when 'catch', 'warnings', 'allowed_warnings', 'allowed_warnings_regex'
160+
when 'catch', 'warnings', 'allowed_warnings', 'allowed_warnings_regex', 'warnings_regex'
161161
client
162162
when 'put_trained_model_alias'
163163
args.merge!('reassign' => true) unless args['reassign'] === false

0 commit comments

Comments
 (0)