Skip to content

Commit 6cab398

Browse files
committed
Updates perform_request_spec
1 parent 222c414 commit 6cab398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/spec/unit/perform_request_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
spec.visibility != 'public' ||
2828
# TODO: Once the test suite is migrated to elasticsearch-specification, these should be removed
2929
spec.module_namespace.flatten.first == 'rollup' ||
30-
['scroll', 'clear_scroll', 'connector.last_sync'].include?(spec.endpoint_name)
30+
['scroll', 'clear_scroll', 'connector.last_sync', 'inference.put_eis'].include?(spec.endpoint_name)
3131

3232
# These are the path parts defined by the user in the method argument
3333
defined_path_parts = spec.path_params.inject({}) do |params, part|

0 commit comments

Comments
 (0)