Fix packaging tests to test upgrading on disk groovy script
This commit is contained in:
parent
3298a4ed38
commit
3b8701199f
|
@ -2,7 +2,8 @@
|
||||||
"query": {
|
"query": {
|
||||||
"script": {
|
"script": {
|
||||||
"script": {
|
"script": {
|
||||||
"file": "is_guide"
|
"file": "is_guide",
|
||||||
|
"lang": "groovy"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -476,7 +476,8 @@ run_elasticsearch_tests() {
|
||||||
"query": {
|
"query": {
|
||||||
"script": {
|
"script": {
|
||||||
"script": {
|
"script": {
|
||||||
"file": "is_guide"
|
"file": "is_guide",
|
||||||
|
"lang": "groovy"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue