We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 749b33f + d231598 commit 0c942e5Copy full SHA for 0c942e5
1 file changed
queue_job/tests/common.py
@@ -95,7 +95,6 @@ def button_that_uses_delayable_chain(self):
95
with mock.patch(
96
"odoo.addons.queue_job.delay.Job",
97
name="Job Class",
98
- auto_spec=True,
99
unsafe=True,
100
) as job_cls_mock:
101
with JobsTrap(job_cls_mock) as trap:
0 commit comments