Fix xpack rest test with new xpack info output (timestamp instead of date)
Original commit: elastic/x-pack-elasticsearch@ccb89481cf
This commit is contained in:
parent
a49d80e5c2
commit
4be1266616
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue