mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
updated test not that module util checks the path is valid (#30321)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user