Fix agent identity task rebase

This commit is contained in:
adrian
2026-04-10 17:22:28 -07:00
parent 0f559ef17b
commit 4c13a4e9ba

View File

@@ -322,7 +322,6 @@ mod tests {
chatgpt_plan_type: None,
chatgpt_user_id: user_id.map(ToOwned::to_owned),
chatgpt_account_id: Some(account_id.to_string()),
is_org_owner: None,
raw_jwt: fake_id_token(account_id, user_id),
},
access_token: format!("access-token-{account_id}"),