We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab78d3 commit 44421a5Copy full SHA for 44421a5
1 file changed
tests/extra/job_management/test_job_management.py
@@ -94,7 +94,7 @@ class DummyTask(Task):
94
"""
95
96
def __init__(self, job_id, db_update, stats_update, delay=0.0):
97
- self.job_id = job_id
+ super().__init__(job_id=job_id)
98
self._db_update = db_update or {}
99
self._stats_update = stats_update or {}
100
self._delay = delay
0 commit comments