1 parent f6e0fc3 commit 0d3663cCopy full SHA for 0d3663c
1 file changed
backend/eval/test_followup.py
@@ -41,7 +41,7 @@ def test_refine_creates_new_run() -> bool:
41
42
started: list[str] = []
43
orig_start = run_store.start_run
44
- run_store.start_run = lambda goal, skill, run_id=None: (started.append(run_id), run_id)[1] # no BQ
+ run_store.start_run = lambda goal, skill, run_id=None, user_id="": (started.append(run_id), run_id)[1] # no BQ
45
try:
46
# (a) a FINISHED run is re-entered (a refinement was approved) -> a new run begins.
47
state = {
0 commit comments