From b35f39479b71f8506889512a4b6c64d564c5d71f Mon Sep 17 00:00:00 2001 From: jhawkesworth Date: Wed, 30 Aug 2017 07:30:03 +0100 Subject: [PATCH] Fix integration test for win_toast so that the intended expiry period is used (#28812) --- test/integration/targets/win_toast/tasks/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/win_toast/tasks/tests.yml b/test/integration/targets/win_toast/tasks/tests.yml index 009212f756..35d7f550bb 100644 --- a/test/integration/targets/win_toast/tasks/tests.yml +++ b/test/integration/targets/win_toast/tasks/tests.yml @@ -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