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:
|
- do:
|
||||||
put_script:
|
put_script:
|
||||||
lang: transform-script
|
id: transform-script
|
||||||
body: >
|
body: >
|
||||||
{
|
{
|
||||||
"script":{
|
"script":{
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
put_script:
|
put_script:
|
||||||
lang: transform-script
|
id: transform-script
|
||||||
body: >
|
body: >
|
||||||
{
|
{
|
||||||
"script":
|
"script":
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
put_script:
|
put_script:
|
||||||
lang: condition-script
|
id: condition-script
|
||||||
body: >
|
body: >
|
||||||
{
|
{
|
||||||
"script":
|
"script":
|
||||||
|
@ -132,7 +132,7 @@
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
put_script:
|
put_script:
|
||||||
lang: condition-script
|
id: condition-script
|
||||||
body: >
|
body: >
|
||||||
{
|
{
|
||||||
"script": {
|
"script": {
|
||||||
|
|
Loading…
Reference in New Issue