Refactor tests to use is succeeded or is failed

This commit is contained in:
Laurent Indermuehle 2022-08-22 14:30:13 +02:00
commit d93b27e120
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
6 changed files with 24 additions and 24 deletions

View file

@ -22,4 +22,4 @@
- name: assert message failure (expect failed=true)
assert:
that:
- "output.failed | bool == true"
- output is failed