Fix collab test tool invocation

This commit is contained in:
Ahmed Ibrahim
2026-01-12 23:03:28 -08:00
parent ff94c94370
commit 69930d2f55

View File

@@ -348,6 +348,7 @@ mod tests {
use std::time::Duration;
use tokio::sync::Mutex;
use tokio::time::timeout;
use tokio_util::sync::CancellationToken;
fn invocation(
session: Arc<crate::codex::Session>,
@@ -362,6 +363,7 @@ mod tests {
call_id: "call-1".to_string(),
tool_name: tool_name.to_string(),
payload,
cancellation_token: CancellationToken::new(),
}
}