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