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:
authorAlessio Caiazza <acaiazza@gitlab.com>2019-02-25 17:15:14 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-07-06 02:13:51 +0300
commitcac920323f196072c28bee611a4ee9157316cd6f (patch)
tree204b677760ac5e7f58cb0d4776f3217dbee17a83 /acceptance_test.go
parentf204fde955e305122467ed70f38edd342a8776ce (diff)
Serve custom 404 even in case of auth failure
Diffstat (limited to 'acceptance_test.go')
-rw-r--r--acceptance_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/acceptance_test.go b/acceptance_test.go
index b8389118..6a49de8a 100644
--- a/acceptance_test.go
+++ b/acceptance_test.go
@@ -17,6 +17,7 @@ import (
"github.com/namsral/flag"
"github.com/stretchr/testify/require"
+ "gotest.tools/assert"
)
var pagesBinary = flag.String("gitlab-pages-binary", "./gitlab-pages", "Path to the gitlab-pages binary")