From f03c03c7ede0c01662c5918acfa80b0f8073713c Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Wed, 30 Jan 2019 11:35:13 +0100 Subject: [PATCH] Fix test bug when testing the merging of mappings and templates. This test performs a typed index call when it actually means to run a typeless index call. --- .../test/indices.create/20_mix_typeless_typeful.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/20_mix_typeless_typeful.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/20_mix_typeless_typeful.yml index d196d5e5dd8c2..bb9157fe684f8 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/20_mix_typeless_typeful.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/20_mix_typeless_typeful.yml @@ -123,7 +123,6 @@ - do: index: index: test-1 - type: my_type body: { bar: 42 } - do: