mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
fix tests
This commit is contained in:
@@ -132,7 +132,7 @@ class TestPeriodicTask:
|
||||
result = task.schedule()
|
||||
|
||||
mock_cron.assert_called_once_with(
|
||||
"0 0 * * *", func="test.function", repeat=None
|
||||
"0 0 * * *", func="test.function", repeat=None, timeout=5 * 60
|
||||
)
|
||||
assert result == mock_job
|
||||
|
||||
|
||||
Reference in New Issue
Block a user