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:
|
bulk:
|
||||||
index: ".watches"
|
index: ".watches"
|
||||||
type: "watch"
|
type: "watch"
|
||||||
body: {}
|
body: []
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
catch: /not supported/
|
catch: /not supported/
|
||||||
bulk:
|
bulk:
|
||||||
index: ".watches"
|
index: ".watches"
|
||||||
body: {}
|
body: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user