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
diff options
context:
space:
mode:
Diffstat (limited to 'auth/extract_test.go')
-rw-r--r--auth/extract_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/extract_test.go b/auth/extract_test.go
index db742ddec..4274785c4 100644
--- a/auth/extract_test.go
+++ b/auth/extract_test.go
@@ -50,7 +50,6 @@ func TestCheckTokenV1(t *testing.T) {
require.Equal(t, tc.code, status.Code(err), "expected grpc code in error %v", err)
})
}
-
}
func TestCheckTokenV2(t *testing.T) {