fixed integration test as with_items always returns a list, even if

empty
This commit is contained in:
Brian Coca 2014-12-04 12:30:18 -05:00
parent ae17b993d9
commit 446cba6509

View file

@ -277,7 +277,7 @@
assert:
that:
- "'skipped' in result"
- result.skipped
- result.results.skipped
- name: test a with_items loop skipping a single item
debug: var=item