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