summaryrefslogtreecommitdiff
path: root/test/integration/targets/aci_ap
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-01-20 21:40:55 +0100
committerGitHub <noreply@github.com>2018-01-20 21:40:55 +0100
commit2ad91dd3599e56f0e031d87376d0bbf54c8ce299 (patch)
tree8f658bc028b613e96dd16701d94c2e23860a365a /test/integration/targets/aci_ap
parent08f92a9f0f318c73ff4528be255c7066d436a85e (diff)
downloadansible-2ad91dd3599e56f0e031d87376d0bbf54c8ce299.tar.gz
ACI: Fix integration tests after error message change (#35138)
Diffstat (limited to 'test/integration/targets/aci_ap')
-rw-r--r--test/integration/targets/aci_ap/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/aci_ap/tasks/main.yml b/test/integration/targets/aci_ap/tasks/main.yml
index eadced8d90..0da1382160 100644
--- a/test/integration/targets/aci_ap/tasks/main.yml
+++ b/test/integration/targets/aci_ap/tasks/main.yml
@@ -67,7 +67,7 @@
- ap_present_update.changed == true
- 'ap_present_update.config.fvAp.attributes == {"descr": "Ansible Test Update"}'
- ap_present_missing_param.failed == true
- - 'ap_present_missing_param.msg == "state is present but the following are missing: ap"'
+ - 'ap_present_missing_param.msg == "state is present but all of the following are missing: ap"'
- name: get ap - query specific ap
aci_ap: &aci_ap_query
@@ -155,7 +155,7 @@
- ap_delete_idempotent.changed == false
- ap_delete_idempotent.existing == []
- ap_delete_missing_param.failed == true
- - 'ap_delete_missing_param.msg == "state is absent but the following are missing: tenant"'
+ - 'ap_delete_missing_param.msg == "state is absent but all of the following are missing: tenant"'
- name: delete tenant - cleanup before ending tests
aci_tenant: