mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-29 01:11:46 -07:00
Refactor tests to use is succeeded or is failed
This commit is contained in:
parent
e3a2b22fdd
commit
d93b27e120
6 changed files with 24 additions and 24 deletions
|
@ -22,4 +22,4 @@
|
|||
- name: assert message failure (expect failed=true)
|
||||
assert:
|
||||
that:
|
||||
- "output.failed | bool == true"
|
||||
- output is failed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue