From 57894b70f4e4ba8a1d3eed0103adbd3a9dc35cb5 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sat, 2 Nov 2013 13:21:06 +0100 Subject: [PATCH] [TEST] Test for get_field_mapping was calling get_mapping --- .../test/indices.get_field_mapping/40_missing_index.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/test/indices.get_field_mapping/40_missing_index.yaml b/rest-api-spec/test/indices.get_field_mapping/40_missing_index.yaml index 6b429962183..b85527544bb 100644 --- a/rest-api-spec/test/indices.get_field_mapping/40_missing_index.yaml +++ b/rest-api-spec/test/indices.get_field_mapping/40_missing_index.yaml @@ -6,9 +6,9 @@ - do: catch: missing - indices.get_mapping: + indices.get_field_mapping: index: test_index type: type field: field - +