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