test: put template api is deprecated, so take warnings into account
Relates to #25702
This commit is contained in:
parent
02fad9ac8c
commit
a85b22b298
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
"Index data, search, and create things in the cluster state that we'll validate are there after the ugprade":
|
||||
- skip:
|
||||
features: warnings
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
@ -105,6 +108,8 @@
|
|||
- match: { "acknowledged": true }
|
||||
|
||||
- do:
|
||||
warnings:
|
||||
- 'The stored search template API is deprecated. Use stored scripts instead.'
|
||||
put_template:
|
||||
id: test_search_template
|
||||
body:
|
||||
|
|
Loading…
Reference in New Issue