We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5720e90 commit 7587c88Copy full SHA for 7587c88
1 file changed
codex-rs/core/src/agent_identity.rs
@@ -624,7 +624,7 @@ mod tests {
624
625
let binding = AgentIdentityBinding::from_auth(
626
&make_chatgpt_auth("account-123", Some("user-123")),
627
- None,
+ /*forced_workspace_id*/ None,
628
)
629
.expect("binding");
630
let scope = secret_scope(&binding).expect("scope");
@@ -727,6 +727,7 @@ mod tests {
727
chatgpt_plan_type: None,
728
chatgpt_user_id: user_id.map(ToOwned::to_owned),
729
chatgpt_account_id: Some(account_id.to_string()),
730
+ is_org_owner: None,
731
raw_jwt: fake_id_token(account_id, user_id),
732
},
733
access_token: format!("access-token-{account_id}"),
0 commit comments