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/encodings_test.go')
-rw-r--r--test/acceptance/encodings_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/acceptance/encodings_test.go b/test/acceptance/encodings_test.go
index 9b874205..af7046ba 100644
--- a/test/acceptance/encodings_test.go
+++ b/test/acceptance/encodings_test.go
@@ -10,7 +10,7 @@ import (
func TestMIMETypes(t *testing.T) {
skipUnlessEnabled(t)
- teardown := RunPagesProcessWithoutWait(t, *pagesBinary, listeners, "")
+ teardown := RunPagesProcessWithoutWait(t, *pagesBinary, SupportedListeners(), "")
defer teardown()
require.NoError(t, httpListener.WaitUntilRequestSucceeds(nil))
@@ -62,7 +62,7 @@ func TestCompressedEncoding(t *testing.T) {
},
}
- teardown := RunPagesProcess(t, *pagesBinary, listeners, "")
+ teardown := RunPagesProcess(t, *pagesBinary, SupportedListeners(), "")
defer teardown()
for _, tt := range tests {