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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-05-04 15:16:58 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-05-04 15:16:58 +0300
commit2f3159e2aa448ce840c9d1e8b7f6c85bd5c84998 (patch)
treeae16a2b0f35602c4ed60053beb9a01a6193ec2ae /test/acceptance/encodings_test.go
parenta8891954aa11de29da14a847b2d59b37e3291476 (diff)
this can be a private function
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 af7046ba..e58afd4f 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, SupportedListeners(), "")
+ 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, SupportedListeners(), "")
+ teardown := RunPagesProcess(t, *pagesBinary, supportedListeners(), "")
defer teardown()
for _, tt := range tests {