From feab9412dffe5772048aad29893c4cb01d566387 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 21 Nov 2018 18:56:12 +0100 Subject: WIP identity in git --- bug/bug_actions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bug/bug_actions_test.go') diff --git a/bug/bug_actions_test.go b/bug/bug_actions_test.go index a60e5c68..4327ae58 100644 --- a/bug/bug_actions_test.go +++ b/bug/bug_actions_test.go @@ -50,7 +50,7 @@ func cleanupRepo(repo repository.Repo) error { func setupRepos(t testing.TB) (repoA, repoB, remote *repository.GitRepo) { repoA = createRepo(false) repoB = createRepo(false) - remote = createRepo(true) + remote = createRepo(false) remoteAddr := "file://" + remote.GetPath() -- cgit