Browse Source

fix test 2

Tony Fernandez 7 months ago
parent
commit
96bb402837
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/hooks/test_pushover.py

+ 1 - 1
tests/unit/hooks/test_pushover.py

@@ -207,7 +207,7 @@ def test_ping_monitor_start_state_backup_default_message_with_priority_emergency
             'message': 'start',
             'priority': 2,
             'retry': 30,
-            'expire': 30,
+            'expire': 600,
         },
     ).and_return(flexmock(ok=True)).once()