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 'cmd/praefect/subcmd_test.go')
-rw-r--r--cmd/praefect/subcmd_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/praefect/subcmd_test.go b/cmd/praefect/subcmd_test.go
index dc3e40758..38a0a199e 100644
--- a/cmd/praefect/subcmd_test.go
+++ b/cmd/praefect/subcmd_test.go
@@ -41,7 +41,7 @@ func listenAndServe(t testing.TB, svcs []svcRegistrar) (net.Listener, testhelper
tmp, clean := testhelper.TempDir(t)
- ln, err := net.Listen("unix", filepath.Join(tmp, "gitaly.sock"))
+ ln, err := net.Listen("unix", filepath.Join(tmp, "lollero"))
require.NoError(t, err)
srv := grpc.NewServer()