mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated test not that module util checks the path is valid (#30321)
This commit is contained in:
parent
a3164862d1
commit
d0867edbc3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue