From 1a0c86a12d68a2f0ee99cbff535c82e07b735108 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 4 Oct 2020 19:56:16 +0200 Subject: repo: use go-git in more places, fix push --- api/http/git_file_handlers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/http/git_file_handlers_test.go') 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() -- cgit v1.2.3