summaryrefslogtreecommitdiff
path: root/test/integration/targets/aci_filter_entry/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/aci_filter_entry/tasks/main.yml')
-rw-r--r--test/integration/targets/aci_filter_entry/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/aci_filter_entry/tasks/main.yml b/test/integration/targets/aci_filter_entry/tasks/main.yml
index 03599e94d5..66c1a415fe 100644
--- a/test/integration/targets/aci_filter_entry/tasks/main.yml
+++ b/test/integration/targets/aci_filter_entry/tasks/main.yml
@@ -124,7 +124,7 @@
- entry_present_4.changed == true
- 'entry_present_4.config.vzEntry.attributes == {"dFromPort": "1000", "dToPort": "1000", "etherT": "ip", "name": "anstest4", "prot": "udp"}'
- present_missing_param.failed == true
- - 'present_missing_param.msg == "state is present but the following are missing: entry"'
+ - 'present_missing_param.msg == "state is present but all of the following are missing: entry"'
- present_incompatible_params.failed == true
- present_incompatible_params.msg.startswith("Parameter")
@@ -264,7 +264,7 @@
- entry_absent_idempotent.changed == false
- entry_absent_idempotent.existing == []
- absent_missing_param.failed == true
- - 'absent_missing_param.msg == "state is absent but the following are missing: entry,filter"'
+ - 'absent_missing_param.msg == "state is absent but all of the following are missing: entry, filter"'
- name: cleanup filter
aci_filter: