Changed rest-api-spec tests folder structure
This commit is contained in:
parent
bd2de367cc
commit
0b3eb11712
|
@ -17,7 +17,6 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import org.elasticsearch.gradle.test.NodeInfo
|
||||
import org.elasticsearch.gradle.test.RestIntegTestTask
|
||||
|
||||
apply plugin: 'elasticsearch.standalone-test'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
"Index data and search on the old cluster":
|
||||
- do:
|
||||
bulk:
|
||||
- do:
|
||||
bulk:
|
||||
refresh: true
|
||||
body:
|
||||
- '{"index": {"_index": "test_index", "_type": "test_type"}}'
|
Loading…
Reference in New Issue