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/redirects_test.go')
-rw-r--r--test/acceptance/redirects_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/acceptance/redirects_test.go b/test/acceptance/redirects_test.go
index 685e0fcb..6c1158a4 100644
--- a/test/acceptance/redirects_test.go
+++ b/test/acceptance/redirects_test.go
@@ -6,9 +6,9 @@ import (
"net/http"
"testing"
- "gitlab.com/gitlab-org/gitlab-pages/internal/feature"
-
"github.com/stretchr/testify/require"
+
+ "gitlab.com/gitlab-org/gitlab-pages/internal/feature"
)
func TestRedirectStatusPage(t *testing.T) {