Skip to content

Commit b6ea8a1

Browse files
committed
Fix agent identity task rebase
1 parent 32e9384 commit b6ea8a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)