Fix agent identity registration rebase

This commit is contained in:
adrian
2026-04-10 17:17:04 -07:00
parent b126a282ee
commit 4c07356c47
2 changed files with 0 additions and 2 deletions

View File

@@ -727,7 +727,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}"),

View File

@@ -5,7 +5,6 @@
// the TUI or the tracing stack).
#![deny(clippy::print_stdout, clippy::print_stderr)]
mod account;
mod agent_identity;
mod apply_patch;
mod apps;