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
path: root/test
diff options
context:
space:
mode:
authorjanis <jaltherr@gitlab.com>2023-10-18 10:35:46 +0300
committerjanis <jaltherr@gitlab.com>2023-10-18 14:59:27 +0300
commit23326003ee92ad2a0ab924a467fc21e5d4c93c35 (patch)
treeb76e3b9356e20027e4312ef8c61d757dc60d1c6e /test
parentc49dde9aa5b72e8b9e0f70fd4d16d4e8eb095d9c (diff)
Remove FF_CONFIGURABLE_ROOT_DIR Feature Flag
Diffstat (limited to 'test')
-rw-r--r--test/acceptance/custom_root_folder_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/acceptance/custom_root_folder_test.go b/test/acceptance/custom_root_folder_test.go
index 24ebe2d1..eee94709 100644
--- a/test/acceptance/custom_root_folder_test.go
+++ b/test/acceptance/custom_root_folder_test.go
@@ -6,13 +6,10 @@ import (
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitlab-pages/internal/feature"
"gitlab.com/gitlab-org/gitlab-pages/internal/testhelpers"
)
func TestCustomRoot(t *testing.T) {
- t.Setenv(feature.ConfigurableRoot.EnvVariable, "true")
-
RunPagesProcess(t)
tests := []struct {