fix(ci): update live file edit test expectations

This commit is contained in:
Xubin Ren
2026-05-18 22:01:33 +08:00
parent 0537cc1682
commit 40c1d83b32
3 changed files with 13 additions and 4 deletions
@@ -16,7 +16,15 @@ async def test_codex_prompt_cache_key_uses_stable_conversation_prefix(monkeypatc
lambda: SimpleNamespace(account_id="acct", access="token"),
)
async def fake_request(url, headers, body, verify, on_content_delta=None):
async def fake_request(
url,
headers,
body,
verify,
on_content_delta=None,
on_tool_call_delta=None,
):
_ = on_tool_call_delta
bodies.append(body)
return "ok", [], "stop"