test(core): annotate watchdog helper session source

This commit is contained in:
Friel
2026-04-02 00:19:58 +00:00
parent c8adee15b7
commit 868e960805

View File

@@ -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