aboutsummaryrefslogtreecommitdiffstats
path: root/api/http/git_file_handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/http/git_file_handlers_test.go')
-rw-r--r--api/http/git_file_handlers_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/http/git_file_handlers_test.go b/api/http/git_file_handlers_test.go
index 81d97d61..68c1542f 100644
--- a/api/http/git_file_handlers_test.go
+++ b/api/http/git_file_handlers_test.go
@@ -19,7 +19,7 @@ import (
)
func TestGitFileHandlers(t *testing.T) {
- repo := repository.CreateTestRepo(false)
+ repo := repository.CreateGoGitTestRepo(false)
defer repository.CleanupTestRepos(repo)
mrc := cache.NewMultiRepoCache()