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-01-20 03:43:37 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-01-20 03:43:37 +0300
commit0f7caa849082cc55816bc8d78d99f959f00f5c1e (patch)
tree1bcc865b4af7bdd9d1ed4f64e3da9e65b0382471 /test/acceptance
parentf6f10835059cecf92602f57b8dbb1fc1ca07d7c8 (diff)
Use proxyListener in flaky test
Diffstat (limited to 'test/acceptance')
-rw-r--r--test/acceptance/serving_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/acceptance/serving_test.go b/test/acceptance/serving_test.go
index becd6b8c..e689d598 100644
--- a/test/acceptance/serving_test.go
+++ b/test/acceptance/serving_test.go
@@ -514,7 +514,7 @@ func TestKnownHostInReverseProxySetupReturns200(t *testing.T) {
skipUnlessEnabled(t)
var listeners = []ListenSpec{
- {"proxy", "127.0.0.1", "37002"},
+ proxyListener,
// TODO: re-enable https://gitlab.com/gitlab-org/gitlab-pages/-/issues/528
// {"proxy", "::1", "37002"},
}