Commit c2d8ca4b by Brian Coca

fixed test to expected output

parent 07e5e98c
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
- assert: - assert:
that: that:
- "'failed' not in result" - "'failed' in result and result.failed"
- name: command rc 1 failed_when_result False - name: command rc 1 failed_when_result False
shell: exit 1 shell: exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment