summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_hotfix/tasks/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_hotfix/tasks/tests.yml')
-rw-r--r--test/integration/targets/win_hotfix/tasks/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/win_hotfix/tasks/tests.yml b/test/integration/targets/win_hotfix/tasks/tests.yml
index 4d8aab1312..8e7a7df379 100644
--- a/test/integration/targets/win_hotfix/tasks/tests.yml
+++ b/test/integration/targets/win_hotfix/tasks/tests.yml
@@ -21,7 +21,7 @@
- name: assert remove an identifier that isn't installed
assert:
that:
- - not remove_missing_hotfix_identifier|changed
+ - remove_missing_hotfix_identifier is not changed
- name: remove a kb that isn't installed
win_hotfix:
@@ -32,4 +32,4 @@
- name: assert remove a kb that isn't installed
assert:
that:
- - not remove_missing_hotfix_kb|changed
+ - remove_missing_hotfix_kb is not changed