spec/elasticsearch/api/actions/watcher/update_settings_spec.rb in elasticsearch-api-8.10.0 vs spec/elasticsearch/api/actions/watcher/update_settings_spec.rb in elasticsearch-api-8.11.0
- old
+ new
@@ -15,17 +15,18 @@
# specific language governing permissions and limitations
# under the License.
require 'spec_helper'
-describe 'client#watcher.get_settings' do
+describe 'client#watcher.update_settings' do
let(:expected_args) do
[
'PUT',
'_watcher/settings',
{},
{},
- {}
+ {},
+ { endpoint: 'watcher.update_settings' }
]
end
context 'when using body' do
it 'performs the request' do