We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fd82e commit fd5337bCopy full SHA for fd5337b
1 file changed
codex-rs/core/src/agent_identity/task_registration.rs
@@ -366,7 +366,6 @@ mod tests {
366
chatgpt_plan_type: None,
367
chatgpt_user_id: user_id.map(ToOwned::to_owned),
368
chatgpt_account_id: Some(account_id.to_string()),
369
- is_org_owner: None,
370
raw_jwt: fake_id_token(account_id, user_id),
371
},
372
access_token: format!("access-token-{account_id}"),
0 commit comments