From e461852548b6ee1cbb18031989af4790f4922f48 Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Mon, 15 Jun 2015 20:26:15 +0200 Subject: [PATCH] Test: fix removal of e validate_query rewrite YAML test --- rest-api-spec/test/indices.validate_query/10_basic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/test/indices.validate_query/10_basic.yaml b/rest-api-spec/test/indices.validate_query/10_basic.yaml index 2a9ed19221f..39afa47f25d 100644 --- a/rest-api-spec/test/indices.validate_query/10_basic.yaml +++ b/rest-api-spec/test/indices.validate_query/10_basic.yaml @@ -32,5 +32,5 @@ - is_true: valid - match: {_shards.failed: 0} - match: {explanations.0.index: 'testing'} - - match: {explanations.0.explanation: '*:*'} + - match: {explanations.0.explanation: 'ConstantScore(*:*)'}