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:
authorJaime Martinez <jmartinez@gitlab.com>2021-09-08 11:33:07 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-09-09 08:44:29 +0300
commit20ee614dfc5462edec2e71115115587b2d8f8776 (patch)
tree172d612a4b80042cd6fdc5517e31e67542b90371
parentcbad89acd5112622d840423d48e4122737758795 (diff)
-rw-r--r--test/acceptance/acceptance_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/acceptance/acceptance_test.go b/test/acceptance/acceptance_test.go
index 9d0c0cd2..0003036b 100644
--- a/test/acceptance/acceptance_test.go
+++ b/test/acceptance/acceptance_test.go
@@ -18,7 +18,7 @@ var (
pagesBinary = flag.String("gitlab-pages-binary", "../../gitlab-pages", "Path to the gitlab-pages binary")
daemonize = flag.Bool("daemonize", false, "run tests as daemon")
- httpPort = "36000"
+ httpPort = "0"
httpsPort = "37000"
httpProxyPort = "38000"
httpProxyV2Port = "39000"