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/commit/list_files_test.go')
-rw-r--r--internal/gitaly/service/commit/list_files_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/commit/list_files_test.go b/internal/gitaly/service/commit/list_files_test.go
index bcfe2fdf2..38eba7e25 100644
--- a/internal/gitaly/service/commit/list_files_test.go
+++ b/internal/gitaly/service/commit/list_files_test.go
@@ -135,7 +135,7 @@ func TestListFiles_success(t *testing.T) {
func TestListFiles_unbornBranch(t *testing.T) {
cfg, _, _, client := setupCommitServiceWithRepo(t, true)
- repo, _, _ := gittest.InitBareRepoAt(t, cfg.Storages[0])
+ repo, _, _ := gittest.InitBareRepoAt(t, cfg, cfg.Storages[0])
tests := []struct {
desc string