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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/acceptance/artifacts_test.go b/test/acceptance/artifacts_test.go
index 443fedbb..60b18ae3 100644
--- a/test/acceptance/artifacts_test.go
+++ b/test/acceptance/artifacts_test.go
@@ -134,7 +134,7 @@ func TestArtifactProxyRequest(t *testing.T) {
args = append(args, tt.binaryOption)
}
- RunPagesProcessWithStubGitLabServer(t,
+ RunPagesProcess(t,
withListeners([]ListenSpec{httpListener}),
withArguments(args),
withEnv([]string{"SSL_CERT_FILE=" + certFile}),
@@ -233,7 +233,7 @@ func TestPrivateArtifactProxyRequest(t *testing.T) {
"auth-redirect-uri=https://projects.gitlab-example.com/auth",
tt.binaryOption)
- RunPagesProcessWithStubGitLabServer(t,
+ RunPagesProcess(t,
withListeners([]ListenSpec{httpsListener}),
withArguments([]string{
"-config=" + configFile,