Skip to content

Commit ae5fb08

Browse files
committed
[Tests] Updates perform_request_spec
1 parent 0145505 commit ae5fb08

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', 'knn_search',
32-
'indices.put_data_stream_options', 'indices.delete_data_stream_options', 'indices.get_data_stream_options'
31+
'scroll', 'clear_scroll', 'connector.last_sync', 'knn_search',
32+
'indices.put_data_stream_settings', 'indices.get_data_stream_settings'
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)