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 'internal/redirects/redirects_test.go')
-rw-r--r--internal/redirects/redirects_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/redirects/redirects_test.go b/internal/redirects/redirects_test.go
index 3287091c..6ae141f5 100644
--- a/internal/redirects/redirects_test.go
+++ b/internal/redirects/redirects_test.go
@@ -16,7 +16,7 @@ import (
)
// enablePlaceholders enables the FF_ENABLE_PLACEHOLDERS in tests
-func enablePlaceholders(t *testing.T) {
+func enablePlaceholders(t testing.TB) {
t.Helper()
orig := os.Getenv(FFEnablePlaceholders)