Skip to content

Commit 161d6d9

Browse files
committed
[Tests] Updates perform_request_spec
1 parent 397ce4e commit 161d6d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

elasticsearch-api/spec/unit/perform_request_spec.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
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', 'inference.put_eis'].include?(spec.endpoint_name)
30+
[
31+
'scroll', 'clear_scroll', 'connector.last_sync', 'inference.put_eis', 'esql.get_query',
32+
'esql.list_queries'
33+
].include?(spec.endpoint_name)
3134

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

0 commit comments

Comments
 (0)