MCPcopy Index your code
hub / github.com/cli/cli / initFakeHTTP

Function initFakeHTTP

pkg/cmd/pr/merge/merge_test.go:303–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301}
302
303func initFakeHTTP() *httpmock.Registry {
304 return &httpmock.Registry{}
305}
306
307func TestPrMerge(t *testing.T) {
308 http := initFakeHTTP()

Calls

no outgoing calls

Tested by

no test coverage detected