mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
Update handlers and db
This commit is contained in:
@@ -70,7 +70,7 @@ func setupTestHarness(t *testing.T) *testHarness {
|
||||
|
||||
// Create storage with mock git client
|
||||
storageOpts := storage.Options{
|
||||
NewGitClient: func(url, user, token, path string) git.Client {
|
||||
NewGitClient: func(url, user, token, path, commitName, commitEmail string) git.Client {
|
||||
return mockGit
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user