Skip to content

Commit

Permalink
We don't actually set this anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Aug 23, 2023
1 parent 8b7ba5f commit ea9f5ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/turborepo-lib/src/commands/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,6 @@ mod test {
base.user_config().unwrap().token().unwrap(),
vercel_api_mock::EXPECTED_TOKEN
);
assert_eq!(
base.repo_config().unwrap().team_id().unwrap(),
vercel_api_mock::EXPECTED_SSO_TEAM_ID
);
}

#[test]
Expand Down

0 comments on commit ea9f5ff

Please sign in to comment.