From d136e00768de7b1ce2f2a3e1b77d41dece6d77a7 Mon Sep 17 00:00:00 2001 From: Giuseppe Chiesa Date: Fri, 16 Aug 2024 15:30:41 +0200 Subject: [PATCH] fix: update url for gitlab test repository --- internal/contentprovider/gitlab_test.go | 1 - 1 file changed, 1 deletion(-) 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) {