Skip to content

Commit

Permalink
Update repospec_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole authored Jun 21, 2021
1 parent cb4f5c3 commit 936ac37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/internal/git/repospec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ var hostNamesRawAndNormalized = [][]string{
{"git::https://git.example.com/", "https://git.example.com/"},
{"[email protected]:", "[email protected]:"},
{"[email protected]/", "[email protected]:"},
{"[email protected]:10022/", "[email protected]:10022/"},
}

func makeUrl(hostFmt, orgRepo, path, href string) string {
Expand Down

0 comments on commit 936ac37

Please sign in to comment.