Tests: Remove is_true assertion that can return zero

Original commit: elastic/x-pack-elasticsearch@220d87fe4e
This commit is contained in:
Alexander Reelsen 2017-08-30 15:46:38 +02:00
parent 5c145224a5
commit 03ec9df1d8
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ teardown:
- match: { watch_record.status.actions.logging.ack.state: "ackable" }
- is_true: watch_record.condition.never
- is_true: watch_record.result.execution_time
- is_true: watch_record.result.execution_duration
- match: { watch_record.result.input.type: "simple" }
- match: { watch_record.result.input.payload.foo: "bar" }
- match: { watch_record.result.condition.type: "always" }