1
0
Fork 0
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:
jhawkesworth 2017-08-30 07:30:03 +01:00 committed by Jordan Borean
parent 8ffb842963
commit b35f39479b

View file

@ -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