REST tests: Bulk API expects an array not a hash

Original commit: elastic/x-pack-elasticsearch@20ee1d38e7
This commit is contained in:
Clinton Gormley 2015-05-07 15:42:37 +02:00
parent bd1f67ec99
commit 85ac38c622

View File

@ -39,10 +39,10 @@
bulk:
index: ".watches"
type: "watch"
body: {}
body: []
- do:
catch: /not supported/
bulk:
index: ".watches"
body: {}
body: []