Skip to content

Commit 7587c88

Browse files
committed
Fix agent identity registration tests
1 parent 5720e90 commit 7587c88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

codex-rs/core/src/agent_identity.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ mod tests {
624624

625625
let binding = AgentIdentityBinding::from_auth(
626626
&make_chatgpt_auth("account-123", Some("user-123")),
627-
None,
627+
/*forced_workspace_id*/ None,
628628
)
629629
.expect("binding");
630630
let scope = secret_scope(&binding).expect("scope");
@@ -727,6 +727,7 @@ mod tests {
727727
chatgpt_plan_type: None,
728728
chatgpt_user_id: user_id.map(ToOwned::to_owned),
729729
chatgpt_account_id: Some(account_id.to_string()),
730+
is_org_owner: None,
730731
raw_jwt: fake_id_token(account_id, user_id),
731732
},
732733
access_token: format!("access-token-{account_id}"),

0 commit comments

Comments
 (0)