spec/elasticsearch/api/actions/indices/shard_stores_spec.rb in elasticsearch-api-8.10.0 vs spec/elasticsearch/api/actions/indices/shard_stores_spec.rb in elasticsearch-api-8.11.0
- old
+ new
@@ -23,10 +23,11 @@
[
'GET',
'_shard_stores',
{},
nil,
- {}
+ {},
+ { endpoint: 'indices.shard_stores' }
]
end
it 'performs the request' do
expect(client_double.indices.shard_stores).to be_a Elasticsearch::API::Response