Remove unescessary newline continuation

Newline continuation causes some yaml parsers to interpret the
hash as a string instead of a proper hash
This commit is contained in:
Zachary Tong 2013-10-25 14:14:12 -04:00
parent 1cfe0f32c6
commit e5daab0b6b

View File

@ -18,7 +18,7 @@
body: { "include": { "field1": "v1", "field2": "v2" }, "count": 1 }
- do:
mget:
body: >
body:
{ docs:
[ { _index: "test_1", _type: "test", _id: "1", _source: false },
{ _index: "test_1", _type: "test", _id: "2", _source: true }