mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-26 18:20:22 -07: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:
parent
3100c32a00
commit
d7e55db99b
69 changed files with 220 additions and 220 deletions
|
@ -24,6 +24,6 @@
|
|||
- name: Test expected result
|
||||
assert:
|
||||
that:
|
||||
- set_attribute_value.changed == true
|
||||
- comparison.changed == false # identical
|
||||
- set_attribute_value is changed
|
||||
- comparison is not changed # identical
|
||||
#command: diff -u {{ role_path }}/results/test-set-attribute-value.xml /tmp/ansible-xml-beers.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue