mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
REST tests: Bulk API expects an array not a hash
Original commit: elastic/x-pack-elasticsearch@20ee1d38e7
This commit is contained in:
parent
bd1f67ec99
commit
85ac38c622
@ -39,10 +39,10 @@
|
||||
bulk:
|
||||
index: ".watches"
|
||||
type: "watch"
|
||||
body: {}
|
||||
body: []
|
||||
|
||||
- do:
|
||||
catch: /not supported/
|
||||
bulk:
|
||||
index: ".watches"
|
||||
body: {}
|
||||
body: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user