From 4be126661656bc67324938c37517f256c839a3ad Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Thu, 28 Apr 2016 11:46:31 -0700 Subject: [PATCH] Fix xpack rest test with new xpack info output (timestamp instead of date) Original commit: elastic/x-pack-elasticsearch@ccb89481cf722f74e4e90b176da8bf7ac142109a --- .../test/resources/rest-api-spec/test/xpack/15_basic.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 713ff499e49..140de33fb33 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 @@ -57,7 +57,7 @@ - do: xpack.info: {} - is_true: build.hash - - is_true: build.timestamp + - is_true: build.date - is_true: license - match: { license.uid: "893361dc-9749-4997-93cb-802e3dofh7aa" } - match: { license.type: "internal" } @@ -105,7 +105,7 @@ categories: "build" - is_true: build - is_true: build.hash - - is_true: build.timestamp + - is_true: build.date - is_true: tagline - is_false: features - is_false: license @@ -114,7 +114,7 @@ xpack.info: categories: "build,license" - is_true: build.hash - - is_true: build.timestamp + - is_true: build.date - is_true: tagline - is_false: features - is_true: license @@ -130,7 +130,7 @@ categories: "build,license,features" human: false - is_true: build.hash - - is_true: build.timestamp + - is_true: build.date - is_true: license - match: { license.uid: "893361dc-9749-4997-93cb-802e3dofh7aa" } - match: { license.type: "internal" }