fix: update test stub to accept workdir kwarg from salvaged PR #70548
This commit is contained in:
parent
91cf5448d8
commit
0aa15c08dd
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue