Massive adjustment in integration tests for changed and failed (#2577) (#2585)

* Replaced ".changed ==" with "is [not] changed". Same for failed

* Mr Quote refused to go

(cherry picked from commit d7e55db99b)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-05-22 14:53:10 +02:00
committed by GitHub
parent 87c37ea441
commit 35c8bbec8a
69 changed files with 220 additions and 220 deletions

View File

@@ -177,7 +177,7 @@
- name: "assert test_{{test_number}} worked"
assert:
that:
- result.changed == false
- result is not changed
# HOST DISABLEMENT