From 0062ded5568d089913e301a22a5abd43b347bd2f Mon Sep 17 00:00:00 2001 From: adrian Date: Fri, 10 Apr 2026 23:09:35 -0700 Subject: [PATCH] Fix agent assertion task fixtures --- codex-rs/core/src/client_tests.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codex-rs/core/src/client_tests.rs b/codex-rs/core/src/client_tests.rs index c9355096a9..4a370f57ae 100644 --- a/codex-rs/core/src/client_tests.rs +++ b/codex-rs/core/src/client_tests.rs @@ -156,6 +156,9 @@ async fn model_client_with_agent_task( .await .expect("seed test identity"); let agent_task = RegisteredAgentTask { + binding_id: "chatgpt-account-account-123".to_string(), + chatgpt_account_id: "account-123".to_string(), + chatgpt_user_id: Some("user-123".to_string()), agent_runtime_id: stored_identity.agent_runtime_id.clone(), task_id: "task-123".to_string(), registered_at: "2026-03-23T12:00:00Z".to_string(),