diff options
Diffstat (limited to 'test/tc_mauve_notification.rb')
-rw-r--r-- | test/tc_mauve_notification.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tc_mauve_notification.rb b/test/tc_mauve_notification.rb index a447207..d0c2bab 100644 --- a/test/tc_mauve_notification.rb +++ b/test/tc_mauve_notification.rb @@ -442,9 +442,15 @@ people_list("testers", %w(test1 test2)) { alert_group("test") { level URGENT + notify("test1") notify("test2") notify("testers") + + notify("testers") { + every 60 + during { hours_in_day (3) } + } } EOF |