Fix packaging tests to test upgrading on disk groovy script

This commit is contained in:
Nik Everett 2016-08-23 11:54:36 -04:00
parent 3298a4ed38
commit 3b8701199f
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,8 @@
"query": {
"script": {
"script": {
"file": "is_guide"
"file": "is_guide",
"lang": "groovy"
}
}
}

View File

@ -476,7 +476,8 @@ run_elasticsearch_tests() {
"query": {
"script": {
"script": {
"file": "is_guide"
"file": "is_guide",
"lang": "groovy"
}
}
}