mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Massive adjustment in integration tests for changed and failed (#2577)
* Replaced ".changed ==" with "is [not] changed". Same for failed * Mr Quote refused to go
This commit is contained in:
@@ -23,6 +23,6 @@
|
||||
- name: Test expected result
|
||||
assert:
|
||||
that:
|
||||
- set_element_value_empty.changed == true
|
||||
- comparison.changed == false # identical
|
||||
- set_element_value_empty is changed
|
||||
- comparison is not changed # identical
|
||||
#command: diff -u {{ role_path }}/results/test-set-element-value-empty.xml /tmp/ansible-xml-beers.xml
|
||||
|
||||
Reference in New Issue
Block a user