(_ *testing.T, reg *httpmock.Registry)
| 1273 | } |
| 1274 | |
| 1275 | func mockIssueGet(_ *testing.T, reg *httpmock.Registry) { |
| 1276 | mockIssueNumberGet(nil, reg, 123) |
| 1277 | } |
| 1278 | |
| 1279 | func mockIssueNumberGet(_ *testing.T, reg *httpmock.Registry, number int) { |
| 1280 | reg.Register( |
no test coverage detected