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/gitaly/service/repository/create_fork_test.go')
-rw-r--r--internal/gitaly/service/repository/create_fork_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/repository/create_fork_test.go b/internal/gitaly/service/repository/create_fork_test.go
index 800a9c7ac..b8ea85654 100644
--- a/internal/gitaly/service/repository/create_fork_test.go
+++ b/internal/gitaly/service/repository/create_fork_test.go
@@ -272,7 +272,7 @@ func runSecureServer(t *testing.T, cfg config.Cfg, rubySrv *rubyserver.Server) s
catfileCache := catfile.NewCache(cfg)
t.Cleanup(catfileCache.Stop)
- housekeepingManager := housekeeping.NewManager(txManager)
+ housekeepingManager := housekeeping.NewManager(cfg.Prometheus, txManager)
connsPool := client.NewPool()
t.Cleanup(func() { testhelper.MustClose(t, connsPool) })