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/backup/repository_test.go')
-rw-r--r--internal/backup/repository_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/backup/repository_test.go b/internal/backup/repository_test.go
index 599c3bbd7..e54c1ef91 100644
--- a/internal/backup/repository_test.go
+++ b/internal/backup/repository_test.go
@@ -32,6 +32,7 @@ func removeHeadReference(refs []git.Reference) []git.Reference {
func TestRemoteRepository_ResetRefs(t *testing.T) {
cfg := testcfg.Build(t)
+ testcfg.BuildGitalyHooks(t, cfg)
cfg.SocketPath = testserver.RunGitalyServer(t, cfg, setup.RegisterAll)
ctx := testhelper.Context(t)