MCPcopy Create free account
hub / github.com/cli/cli / initFakeHTTP

Function initFakeHTTP

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

Source from the content-addressed store, hash-verified

309}
310
311func initFakeHTTP() *httpmock.Registry {
312 return &httpmock.Registry{}
313}
314
315func TestPrMerge(t *testing.T) {
316 http := initFakeHTTP()

Calls

no outgoing calls

Tested by

no test coverage detected