Skip to content

Commit 0c942e5

Browse files
committed
Merge PR OCA#904 into 19.0
Signed-off-by guewen
2 parents 749b33f + d231598 commit 0c942e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

queue_job/tests/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def button_that_uses_delayable_chain(self):
9595
with mock.patch(
9696
"odoo.addons.queue_job.delay.Job",
9797
name="Job Class",
98-
auto_spec=True,
9998
unsafe=True,
10099
) as job_cls_mock:
101100
with JobsTrap(job_cls_mock) as trap:

0 commit comments

Comments
 (0)