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/tempdir/tempdir_test.go')
-rw-r--r--internal/tempdir/tempdir_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tempdir/tempdir_test.go b/internal/tempdir/tempdir_test.go
index 4342e724e..377482a3b 100644
--- a/internal/tempdir/tempdir_test.go
+++ b/internal/tempdir/tempdir_test.go
@@ -104,7 +104,7 @@ func TestCleanSuccess(t *testing.T) {
func TestCleanTempDir(t *testing.T) {
cfg := testcfg.Build(t, testcfg.WithStorages("first", "second"))
- gittest.CloneRepoAtStorage(t, cfg.Storages[0], t.Name())
+ gittest.CloneRepoAtStorage(t, cfg, cfg.Storages[0], t.Name())
logrus.SetLevel(logrus.InfoLevel)
logrus.SetOutput(ioutil.Discard)