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/status_test.go')
-rw-r--r--test/acceptance/status_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/acceptance/status_test.go b/test/acceptance/status_test.go
index 6fb2efe0..59e7bc17 100644
--- a/test/acceptance/status_test.go
+++ b/test/acceptance/status_test.go
@@ -9,7 +9,7 @@ import (
)
func TestStatusPage(t *testing.T) {
- RunPagesProcessWithStubGitLabServer(t,
+ RunPagesProcess(t,
withListeners([]ListenSpec{httpListener}),
withExtraArgument("pages-status", "/@statuscheck"),
)
@@ -23,7 +23,7 @@ func TestStatusPage(t *testing.T) {
func TestStatusNotYetReady(t *testing.T) {
listeners := supportedListeners()
- RunPagesProcessWithStubGitLabServer(t,
+ RunPagesProcess(t,
withoutWait,
withExtraArgument("pages-status", "/@statuscheck"),
withExtraArgument("pages-root", "../../shared/invalid-pages"),