fix: update test stub to accept workdir kwarg from salvaged PR #70548

This commit is contained in:
kshitijk4poor 2026-07-24 23:08:59 +05:00 committed by Teknium
parent 91cf5448d8
commit 0aa15c08dd

View file

@ -3319,7 +3319,7 @@ class TestRunJobWakeGate:
import cron.scheduler as scheduler
call_count = 0
def _script_stub(path):
def _script_stub(path, workdir=None, **kwargs):
nonlocal call_count
call_count += 1
return (True, "regular output")