Add typed SSH remote endpoints
This commit is contained in:
@@ -7601,7 +7601,7 @@ mod tests {
|
||||
assert_eq!(error.git_error(), Some(&GitError::ForbiddenRemoteUrl));
|
||||
assert_eq!(
|
||||
error.to_string(),
|
||||
"Git remotes must use credential-free HTTPS URLs"
|
||||
"the Git remote URL is invalid or forbidden"
|
||||
);
|
||||
|
||||
assert!(DesktopGitRequest::Pull.requires_authentication());
|
||||
|
||||
Reference in New Issue
Block a user