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 e16306c7..096107dd 100644
--- a/test/acceptance/encodings_test.go
+++ b/test/acceptance/encodings_test.go
@@ -9,7 +9,7 @@ import (
)
func TestMIMETypes(t *testing.T) {
- RunPagesProcessWithStubGitLabServer(t,
+ RunPagesProcess(t,
withListeners([]ListenSpec{httpListener}),
)
@@ -58,7 +58,7 @@ func TestCompressedEncoding(t *testing.T) {
},
}
- RunPagesProcessWithStubGitLabServer(t,
+ RunPagesProcess(t,
withListeners([]ListenSpec{httpListener}),
)