Skip to content

Commit fd5337b

Browse files
committed
Fix agent identity task rebase
1 parent b0fd82e commit fd5337b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codex-rs/core/src/agent_identity/task_registration.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ mod tests {
366366
chatgpt_plan_type: None,
367367
chatgpt_user_id: user_id.map(ToOwned::to_owned),
368368
chatgpt_account_id: Some(account_id.to_string()),
369-
is_org_owner: None,
370369
raw_jwt: fake_id_token(account_id, user_id),
371370
},
372371
access_token: format!("access-token-{account_id}"),

0 commit comments

Comments
 (0)