Merge pull request elastic/elasticsearch#412 from clintongormley/real_bulk_body

REST tests: Add a real bulk body to the hijack tests

Original commit: elastic/x-pack-elasticsearch@b17e49a3d5
This commit is contained in:
Clinton Gormley 2015-05-07 16:41:10 +02:00
commit f5fe774340
1 changed files with 7 additions and 2 deletions

View File

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