spec/elasticsearch/api/actions/indices/stats_spec.rb in elasticsearch-api-7.4.0 vs spec/elasticsearch/api/actions/indices/stats_spec.rb in elasticsearch-api-7.5.0.pre.pre
- old
+ new
@@ -64,10 +64,9 @@
expect(client_double.indices.stats(index: 'foo,bar')).to eq({})
end
end
context 'when parameters are specified' do
-
let(:params) do
{ expand_wildcards: true }
end
let(:url) do