diff --git a/internal/contentprovider/gitlab_test.go b/internal/contentprovider/gitlab_test.go index c7aeff9..9975ef3 100644 --- a/internal/contentprovider/gitlab_test.go +++ b/internal/contentprovider/gitlab_test.go @@ -5,7 +5,6 @@ import ( "testing" ) -// const GitLabTestPublicRepo = "https://gitlab.com/gchiesa/s3vaultlib@master" const GitLabTestPublicRepo = "https://gitlab.com/gchiesa/test@master" func TestGitLab_DownloadPublicRepo(t *testing.T) {