Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
Diffstat (limited to 'auth')
-rw-r--r--auth/extract_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/extract_test.go b/auth/extract_test.go
index 349d817db..4d136fe10 100644
--- a/auth/extract_test.go
+++ b/auth/extract_test.go
@@ -6,7 +6,7 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/util/metautils"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
)
func TestCheckTokenV2(t *testing.T) {