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