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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue