From 5fe198cdd5577e224ca17f70a491c78c920d8fde Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Thu, 10 Sep 2015 15:06:28 +0200 Subject: [PATCH] test: removed filtered query Original commit: elastic/x-pack-elasticsearch@39ff7ecb069771eea832d205b60da559e5dfe5f5 --- .../rest-api-spec/test/array_compare_watch/10_basic.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/watcher/rest-api-spec/test/array_compare_watch/10_basic.yaml b/watcher/rest-api-spec/test/array_compare_watch/10_basic.yaml index 0538ba869a4..002dfa2c0a5 100644 --- a/watcher/rest-api-spec/test/array_compare_watch/10_basic.yaml +++ b/watcher/rest-api-spec/test/array_compare_watch/10_basic.yaml @@ -24,13 +24,6 @@ "request": { "indices": [ "test_1" ], "body": { - "query": { - "filtered": { - "query": { - "match_all": {} - } - } - }, "aggs": { "top_foos": { "terms": {