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

- old
+ new

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