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/gitaly-ssh/upload_pack_test.go')
-rw-r--r--cmd/gitaly-ssh/upload_pack_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gitaly-ssh/upload_pack_test.go b/cmd/gitaly-ssh/upload_pack_test.go
index 504f5c2e9..9d2ae412e 100644
--- a/cmd/gitaly-ssh/upload_pack_test.go
+++ b/cmd/gitaly-ssh/upload_pack_test.go
@@ -40,7 +40,7 @@ func TestVisibilityOfHiddenRefs(t *testing.T) {
existingSha := "1e292f8fedd741b75372e19097c76d327140c312"
keepAroundRef := fmt.Sprintf("%s/%s", keepAroundNamespace, existingSha)
- gitCmdFactory := git.NewExecCommandFactory(cfg)
+ gitCmdFactory := gittest.NewCommandFactory(t, cfg)
localRepo := localrepo.NewTestRepo(t, cfg, repo)
updater, err := updateref.New(ctx, cfg, localRepo)