summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ossevoort <github@internetionals.nl>2019-12-19 18:12:38 +0100
committerMatt Clay <matt@mystile.com>2019-12-20 13:48:35 -0800
commit92e6db7431125678e5eab76d0cb0c02517c5c2c3 (patch)
tree993e5fd2fc14e676985236b3905e67d70df50f5d
parentfb7a5c7ef4bcc1cb49a8a86db069bc1dfca7644c (diff)
downloadansible-92e6db7431125678e5eab76d0cb0c02517c5c2c3.tar.gz
[stable-2.7] Fix 'Assert CNAME failure' assertion (#65875)
(cherry picked from commit 14ebceec25) Co-authored-by: Justin Ossevoort <github@internetionals.nl>
-rw-r--r--test/integration/targets/azure_rm_storageaccount/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/azure_rm_storageaccount/tasks/main.yml b/test/integration/targets/azure_rm_storageaccount/tasks/main.yml
index a315be4a02..3e47745932 100644
--- a/test/integration/targets/azure_rm_storageaccount/tasks/main.yml
+++ b/test/integration/targets/azure_rm_storageaccount/tasks/main.yml
@@ -67,7 +67,7 @@
ignore_errors: yes
- name: Assert CNAME failure
- assert: { that: "'custom domain name could not be verified' in change_account['msg']" }
+ assert: { that: "'Azure Error: StorageCustomDomainNameNotValid' in change_account['msg']" }
- name: Update account tags
azure_rm_storageaccount: