fix test 2

This commit is contained in:
Tony Fernandez 2024-11-12 10:10:13 -05:00
parent 97949266b3
commit 96bb402837

View File

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