Skip to content

Commit 7fc4dbc

Browse files
committed
Updates perform_request_spec
Removing APIs that were updated and adding ones without requests yet.
1 parent a0f7ef2 commit 7fc4dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch-api/spec/unit/perform_request_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
# TODO: Once the test suite is migrated to elasticsearch-specification, these should be removed
2929
spec.module_namespace.flatten.first == 'rollup' ||
3030
[
31-
'scroll', 'clear_scroll', 'connector.last_sync', 'inference.put_eis', 'esql.get_query',
32-
'esql.list_queries', 'knn_search'
31+
'scroll', 'clear_scroll', 'connector.last_sync', 'inference.put_eis', 'knn_search',
32+
'indices.put_data_stream_options', 'indices.delete_data_stream_options', 'indices.get_data_stream_options'
3333
].include?(spec.endpoint_name)
3434

3535
# These are the path parts defined by the user in the method argument

0 commit comments

Comments
 (0)