From 85ac38c622e8e616ac7911c0f6ea9de79dd5a303 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Thu, 7 May 2015 15:42:37 +0200 Subject: [PATCH] REST tests: Bulk API expects an array not a hash Original commit: elastic/x-pack-elasticsearch@20ee1d38e7e558c24bfe0fd8ec7e21517f2c2be1 --- rest-api-spec/test/hijack/10_basic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/test/hijack/10_basic.yaml b/rest-api-spec/test/hijack/10_basic.yaml index 8937d1e6785..1a174d8b5f8 100644 --- a/rest-api-spec/test/hijack/10_basic.yaml +++ b/rest-api-spec/test/hijack/10_basic.yaml @@ -39,10 +39,10 @@ bulk: index: ".watches" type: "watch" - body: {} + body: [] - do: catch: /not supported/ bulk: index: ".watches" - body: {} + body: []