mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-27 02:18:42 +00:00
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:
parent
1cfe0f32c6
commit
e5daab0b6b
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user