Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed Apr 25, 2024
1 parent 8df12df commit 0b3a739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ mod tests {
let git_urls = service.list_provided_git_urls().await.unwrap();
assert_eq!(
git_urls,
["https://[email protected]/TabbyML/tabby".to_string()]
["https://oauth2:[email protected]/TabbyML/tabby".to_string()]
);
}

Expand Down

0 comments on commit 0b3a739

Please sign in to comment.