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-06-10 08:34:21 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-06-17 04:37:44 +0300
commit4c1f1a4a6441da1f8e4f970de03f632b72383e29 (patch)
treed78e038ae62b6727ef1796a88d5b9a1eec6b457b
parent929fffab7f8cee857cc3a334c41b684243aaab42 (diff)
Fix test arguments
-rw-r--r--test/acceptance/serving_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/acceptance/serving_test.go b/test/acceptance/serving_test.go
index 28f80b59..09fba7e1 100644
--- a/test/acceptance/serving_test.go
+++ b/test/acceptance/serving_test.go
@@ -164,8 +164,7 @@ func TestNestedSubgroups(t *testing.T) {
func TestCustom404(t *testing.T) {
skipUnlessEnabled(t)
- _, teardown := RunPagesProcessWithStubGitLabServer(t, true, *pagesBinary, supportedListeners(), []string{})
- defer teardown()
+ RunPagesProcessWithStubGitLabServer(t)
tests := []struct {
host string