spec/elasticsearch/api/actions/cat/help_spec.rb in elasticsearch-api-8.10.0 vs spec/elasticsearch/api/actions/cat/help_spec.rb in elasticsearch-api-8.11.0

- old
+ new

@@ -23,10 +23,11 @@ [ 'GET', '_cat', {}, nil, - {} + {}, + { endpoint: 'cat.help' } ] end it 'performs the request' do expect(client_double.cat.help).to be_a Elasticsearch::API::Response