summaryrefslogtreecommitdiff
path: root/test/integration/targets/aci_config_snapshot/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/aci_config_snapshot/tasks/main.yml')
-rw-r--r--test/integration/targets/aci_config_snapshot/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/aci_config_snapshot/tasks/main.yml b/test/integration/targets/aci_config_snapshot/tasks/main.yml
index d6465783c0..a48786408b 100644
--- a/test/integration/targets/aci_config_snapshot/tasks/main.yml
+++ b/test/integration/targets/aci_config_snapshot/tasks/main.yml
@@ -54,7 +54,7 @@
- invalid_max_count.failed == true
- 'invalid_max_count.msg == "The \"max_count\" must be a number between 1 and 10"'
- missing_param.failed == true
- - 'missing_param.msg == "state is present but the following are missing: export_policy"'
+ - 'missing_param.msg == "state is present but all of the following are missing: export_policy"'
- name: query with export_policy
aci_config_snapshot: &query_snapshot
@@ -136,4 +136,4 @@
- delete_idempotent.changed == false
- delete_idempotent.existing == []
- delete_missing_param.failed == true
- - 'delete_missing_param.msg == "state is absent but the following are missing: snapshot"'
+ - 'delete_missing_param.msg == "state is absent but all of the following are missing: snapshot"'