From d28903a32e2bfa8a80547e639e941eac4843034f Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Thu, 19 Nov 2020 11:53:30 +1100 Subject: Log zip config --- internal/serving/disk/zip/serving_test.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'internal/serving') diff --git a/internal/serving/disk/zip/serving_test.go b/internal/serving/disk/zip/serving_test.go index bca2ae51..9a7618fe 100644 --- a/internal/serving/disk/zip/serving_test.go +++ b/internal/serving/disk/zip/serving_test.go @@ -8,10 +8,15 @@ import ( "github.com/stretchr/testify/require" + cfg "gitlab.com/gitlab-org/gitlab-pages/internal/config" "gitlab.com/gitlab-org/gitlab-pages/internal/serving" "gitlab.com/gitlab-org/gitlab-pages/internal/testhelpers" ) +func init() { + cfg.Init() +} + func TestZip_ServeFileHTTP(t *testing.T) { testServerURL, cleanup := newZipFileServerURL(t, "group/zip.gitlab.io/public-without-dirs.zip") defer cleanup() -- cgit v1.2.3