spec/elasticsearch/api/actions/indices/shard_stores_spec.rb in elasticsearch-api-7.6.0 vs spec/elasticsearch/api/actions/indices/shard_stores_spec.rb in elasticsearch-api-7.7.0.pre
- old
+ new
@@ -10,10 +10,10 @@
[
'GET',
'_shard_stores',
{},
nil,
- nil
+ {}
]
end
it 'performs the request' do
expect(client_double.indices.shard_stores).to eq({})