mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix integration test for win_toast so that the intended expiry period is used (#28812)
This commit is contained in:
committed by
Jordan Borean
parent
8ffb842963
commit
b35f39479b
@@ -1,6 +1,6 @@
|
||||
- name: Warn user
|
||||
win_toast:
|
||||
expire_seconds: 10
|
||||
expire: 10
|
||||
msg: Keep calm and carry on.
|
||||
register: msg_result
|
||||
ignore_errors: True
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
- name: Warn user again
|
||||
win_toast:
|
||||
expire_seconds: 10
|
||||
expire: 10
|
||||
msg: Keep calm and carry on.
|
||||
register: msg_result2
|
||||
ignore_errors: True
|
||||
|
||||
Reference in New Issue
Block a user