From 731a2a683e1d118012f1466a0a76995bfd45610a Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Mon, 28 Jan 2019 14:27:59 -0800 Subject: [PATCH] add another hostname to test --- pkg/git/repospec_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/git/repospec_test.go b/pkg/git/repospec_test.go index 95f170410..fca5f45ca 100644 --- a/pkg/git/repospec_test.go +++ b/pkg/git/repospec_test.go @@ -138,6 +138,7 @@ var hostNamesRawAndNormalized = [][]string{ {"git::http://git.example.com/", "http://git.example.com/"}, {"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/"}, }