Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/acceptance/artifacts_test.go')
-rw-r--r--test/acceptance/artifacts_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/acceptance/artifacts_test.go b/test/acceptance/artifacts_test.go
index 398b62a6..443fedbb 100644
--- a/test/acceptance/artifacts_test.go
+++ b/test/acceptance/artifacts_test.go
@@ -227,12 +227,11 @@ func TestPrivateArtifactProxyRequest(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
- configFile, cleanup := defaultConfigFileWith(t,
+ configFile := defaultConfigFileWith(t,
"gitlab-server="+testServer.URL,
"artifacts-server="+artifactServerURL,
"auth-redirect-uri=https://projects.gitlab-example.com/auth",
tt.binaryOption)
- defer cleanup()
RunPagesProcessWithStubGitLabServer(t,
withListeners([]ListenSpec{httpsListener}),