mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
test(core): annotate watchdog helper session source
This commit is contained in:
@@ -98,7 +98,7 @@ async fn attach_watchdog_helper_for_tests(
|
||||
.await
|
||||
.expect("owner thread should start");
|
||||
let target = agent_control
|
||||
.spawn_agent_handle(config.clone(), None)
|
||||
.spawn_agent_handle(config.clone(), /*session_source*/ None)
|
||||
.await
|
||||
.expect("watchdog target thread should start");
|
||||
let helper = manager
|
||||
|
||||
Reference in New Issue
Block a user