From a4fe1da401510b59f90ced845eba7b87560be199 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Thu, 7 Jul 2016 15:50:51 +0200 Subject: [PATCH] Tests: Fix xpack usage stats rest test Original commit: elastic/x-pack-elasticsearch@cc6d2b9a35c48f4b82df8caca5febc2a24026c85 --- .../src/test/resources/rest-api-spec/test/xpack/15_basic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elasticsearch/x-pack/src/test/resources/rest-api-spec/test/xpack/15_basic.yaml b/elasticsearch/x-pack/src/test/resources/rest-api-spec/test/xpack/15_basic.yaml index 74bb676df20..a09ba56daad 100644 --- a/elasticsearch/x-pack/src/test/resources/rest-api-spec/test/xpack/15_basic.yaml +++ b/elasticsearch/x-pack/src/test/resources/rest-api-spec/test/xpack/15_basic.yaml @@ -93,8 +93,8 @@ - is_true: graph.available - is_true: monitoring.enabled - is_true: monitoring.available - - is_true: watcher.count.total - - is_true: watcher.count.active + - gte: { watcher.count.total: 0 } + - gte: { watcher.count.active: 0 } - do: xpack.info: