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/metrics_test.go')
-rw-r--r--test/acceptance/metrics_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/acceptance/metrics_test.go b/test/acceptance/metrics_test.go
index 9810d77f..37a3c2b9 100644
--- a/test/acceptance/metrics_test.go
+++ b/test/acceptance/metrics_test.go
@@ -12,7 +12,7 @@ func TestPrometheusMetricsCanBeScraped(t *testing.T) {
_, cleanup := newZipFileServerURL(t, "../../shared/pages/group/zip.gitlab.io/public.zip")
defer cleanup()
- RunPagesProcessWithStubGitLabServer(t,
+ RunPagesProcess(t,
withExtraArgument("max-conns", "10"),
withExtraArgument("metrics-address", ":42345"),
)