Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE authored and rohitsakala committed Dec 15, 2023
1 parent d6af875 commit 38aade2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/catalogv2/git/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ func Test_isGitSSH(t *testing.T) {
}
assert := assertlib.New(t)
for _, tc := range testCases {
actual, err := isGitSSH(tc.gitURL)
if err != nil {
t.Errorf("unexpected error: %s", err)
}
actual := isGitSSH(tc.gitURL)
assert.Equalf(tc.expected, actual, "testcase: %v", tc)
}
}
Expand Down

0 comments on commit 38aade2

Please sign in to comment.