mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 10:01:43 -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
|
@ -15,7 +15,7 @@
|
|||
- name: Test expected result
|
||||
assert:
|
||||
that:
|
||||
- get_element_attribute.changed == false
|
||||
- get_element_attribute is not changed
|
||||
- get_element_attribute.matches[0]['rating'] is defined
|
||||
- get_element_attribute.matches[0]['rating']['subjective'] == 'true'
|
||||
|
||||
|
@ -43,5 +43,5 @@
|
|||
- name: Test expected result
|
||||
assert:
|
||||
that:
|
||||
- get_element_text.changed == false
|
||||
- get_element_text is not changed
|
||||
- get_element_text.matches[0]['rating'] == '10'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue