From 4c13a4e9ba57228a4fa7fe679295fab98de9c7e5 Mon Sep 17 00:00:00 2001 From: adrian Date: Fri, 10 Apr 2026 17:22:28 -0700 Subject: [PATCH] Fix agent identity task rebase --- codex-rs/core/src/agent_identity/task_registration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/agent_identity/task_registration.rs b/codex-rs/core/src/agent_identity/task_registration.rs index ca41e6ec1a..d38bf28f4f 100644 --- a/codex-rs/core/src/agent_identity/task_registration.rs +++ b/codex-rs/core/src/agent_identity/task_registration.rs @@ -322,7 +322,6 @@ mod tests { chatgpt_plan_type: None, chatgpt_user_id: user_id.map(ToOwned::to_owned), chatgpt_account_id: Some(account_id.to_string()), - is_org_owner: None, raw_jwt: fake_id_token(account_id, user_id), }, access_token: format!("access-token-{account_id}"),