Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devaccuracy/ledgerforge
/ Fetch
Method
Fetch
webhooks_test.go:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(m *MockConfigFetcher) Fetch() (*config.Configuration, error) {
38
args := m.Called()
39
return
args.Get(0).(*config.Configuration), args.Error(1)
40
}
41
42
func
TestSendWebhook(t *testing.T) {
43
mr, err := miniredis.Run()
Callers
nothing calls this directly
Calls
2
Get
Method · 0.65
Error
Method · 0.45
Tested by
no test coverage detected