mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-26 17:38:36 +00:00
fix: update test stub to accept workdir kwarg from salvaged PR #70548
This commit is contained in:
parent
91cf5448d8
commit
0aa15c08dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue