We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222c414 commit 6cab398Copy full SHA for 6cab398
elasticsearch-api/spec/unit/perform_request_spec.rb
@@ -27,7 +27,7 @@
27
spec.visibility != 'public' ||
28
# TODO: Once the test suite is migrated to elasticsearch-specification, these should be removed
29
spec.module_namespace.flatten.first == 'rollup' ||
30
- ['scroll', 'clear_scroll', 'connector.last_sync'].include?(spec.endpoint_name)
+ ['scroll', 'clear_scroll', 'connector.last_sync', 'inference.put_eis'].include?(spec.endpoint_name)
31
32
# These are the path parts defined by the user in the method argument
33
defined_path_parts = spec.path_params.inject({}) do |params, part|
0 commit comments