mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix integration test for win_toast so that the intended expiry period is used (#28812)
This commit is contained in:
parent
8ffb842963
commit
b35f39479b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Warn user
|
- name: Warn user
|
||||||
win_toast:
|
win_toast:
|
||||||
expire_seconds: 10
|
expire: 10
|
||||||
msg: Keep calm and carry on.
|
msg: Keep calm and carry on.
|
||||||
register: msg_result
|
register: msg_result
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
- name: Warn user again
|
- name: Warn user again
|
||||||
win_toast:
|
win_toast:
|
||||||
expire_seconds: 10
|
expire: 10
|
||||||
msg: Keep calm and carry on.
|
msg: Keep calm and carry on.
|
||||||
register: msg_result2
|
register: msg_result2
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
Loading…
Reference in a new issue