From 936ac37a2ed690d0174b1af47674ef14ed3ba63c Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Mon, 21 Jun 2021 14:30:11 -0700 Subject: [PATCH] Update repospec_test.go --- api/internal/git/repospec_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/internal/git/repospec_test.go b/api/internal/git/repospec_test.go index e84a35249f..8c9fdf604c 100644 --- a/api/internal/git/repospec_test.go +++ b/api/internal/git/repospec_test.go @@ -35,7 +35,6 @@ var hostNamesRawAndNormalized = [][]string{ {"git::https://git.example.com/", "https://git.example.com/"}, {"git@github.com:", "git@github.com:"}, {"git@github.com/", "git@github.com:"}, - {"git@gitlab2.sqtools.ru:10022/", "git@gitlab2.sqtools.ru:10022/"}, } func makeUrl(hostFmt, orgRepo, path, href string) string {