summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2017-09-14 11:18:32 +1000
committerToshio Kuratomi <a.badger@gmail.com>2017-09-13 19:11:55 -0700
commit83a74213b1c043c438e92de201a32d5e09c937fb (patch)
treee7e1195e56b8fedc7da5f677164ad02a38be136e /test
parenta0e8634fea8f32273a9bc71e32baecec7f3f6d7d (diff)
downloadansible-83a74213b1c043c438e92de201a32d5e09c937fb.tar.gz
updated test not that module util checks the path is valid (#30321)
Diffstat (limited to 'test')
-rw-r--r--test/integration/targets/win_get_url/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/win_get_url/tasks/main.yml b/test/integration/targets/win_get_url/tasks/main.yml
index 7440e1b549..6ba4e41200 100644
--- a/test/integration/targets/win_get_url/tasks/main.yml
+++ b/test/integration/targets/win_get_url/tasks/main.yml
@@ -127,7 +127,7 @@
assert:
that:
- win_get_url_result_invalid_dest|failed
- - win_get_url_result_invalid_dest.msg is search('invalid path')
+ - win_get_url_result_invalid_dest.msg is search('does not exist, or is not visible to the current user')
- name: Check you get a helpful message if the parent folder of the dest doesn't exist
win_get_url: