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 'internal/grpc/middleware/limithandler/middleware_test.go')
-rw-r--r--internal/grpc/middleware/limithandler/middleware_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/grpc/middleware/limithandler/middleware_test.go b/internal/grpc/middleware/limithandler/middleware_test.go
index 65adad2be..b12748582 100644
--- a/internal/grpc/middleware/limithandler/middleware_test.go
+++ b/internal/grpc/middleware/limithandler/middleware_test.go
@@ -27,10 +27,6 @@ import (
"google.golang.org/protobuf/types/known/durationpb"
)
-func TestMain(m *testing.M) {
- testhelper.Run(m)
-}
-
func fixedLockKey(ctx context.Context) string {
return "fixed-id"
}