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/auth/auth_test.go')
-rw-r--r--internal/auth/auth_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/auth/auth_test.go b/internal/auth/auth_test.go
index ce7d8320..1bd52d09 100644
--- a/internal/auth/auth_test.go
+++ b/internal/auth/auth_test.go
@@ -25,7 +25,8 @@ func createTestAuth(t *testing.T, url string) *Auth {
"id",
"secret",
"http://pages.gitlab-example.com/auth",
- url)
+ url,
+ "scope")
require.NoError(t, err)