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

- old
+ new

@@ -22,10 +22,11 @@ [ method, 'foo/_terms_enum', {}, body, - {} + {}, + { defined_params: { index: 'foo' }, endpoint: 'terms_enum' } ] end context 'without a body' do let(:method) { 'GET' }