Fix put script calls in script tests with watcher
Original commit: elastic/x-pack-elasticsearch@2eac2e5192
This commit is contained in:
parent
aba877e6a2
commit
58bd30e64f
|
@ -9,7 +9,7 @@
|
|||
|
||||
- do:
|
||||
put_script:
|
||||
lang: transform-script
|
||||
id: transform-script
|
||||
body: >
|
||||
{
|
||||
"script":{
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
- do:
|
||||
put_script:
|
||||
lang: transform-script
|
||||
id: transform-script
|
||||
body: >
|
||||
{
|
||||
"script":
|
||||
|
@ -84,7 +84,7 @@
|
|||
|
||||
- do:
|
||||
put_script:
|
||||
lang: condition-script
|
||||
id: condition-script
|
||||
body: >
|
||||
{
|
||||
"script":
|
||||
|
@ -132,7 +132,7 @@
|
|||
|
||||
- do:
|
||||
put_script:
|
||||
lang: condition-script
|
||||
id: condition-script
|
||||
body: >
|
||||
{
|
||||
"script": {
|
||||
|
|
Loading…
Reference in New Issue