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/service/operations/cherry_pick_test.go')
-rw-r--r--internal/service/operations/cherry_pick_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/service/operations/cherry_pick_test.go b/internal/service/operations/cherry_pick_test.go
index d9440d2cb..dbdc04c27 100644
--- a/internal/service/operations/cherry_pick_test.go
+++ b/internal/service/operations/cherry_pick_test.go
@@ -409,5 +409,5 @@ func runFullServer(t *testing.T) (*grpc.Server, string) {
go server.Serve(listener)
- return server, serverSocketPath
+ return server, "unix://" + serverSocketPath
}