diff --git a/frappe/tests/test_background_jobs.py b/frappe/tests/test_background_jobs.py index 72660128cf..b6c1a0d694 100644 --- a/frappe/tests/test_background_jobs.py +++ b/frappe/tests/test_background_jobs.py @@ -78,6 +78,7 @@ class TestBackgroundJobs(FrappeTestCase): at_front=False, failure_ttl=RQ_JOB_FAILURE_TTL, result_ttl=RQ_RESULTS_TTL, + job_id=None, ) def test_job_hooks(self):