complete correction of test, key exists but is false
This commit is contained in:
parent
140df20504
commit
7e6343213b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- "'failed' in result and result.failed"
|
||||
- "'failed' in result and not result.failed"
|
||||
|
||||
- name: command rc 0 failed_when_result False
|
||||
shell: exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue