(_ *testing.T, reg *httpmock.Registry)
| 1824 | } |
| 1825 | |
| 1826 | func mockIssueGet(_ *testing.T, reg *httpmock.Registry) { |
| 1827 | mockIssueNumberGet(nil, reg, 123) |
| 1828 | } |
| 1829 | |
| 1830 | // mockIssueGetWithRepository stubs the issue lookup with a body and the two |
| 1831 | // repository fields the uploader reads. A row states both, so an empty |
no test coverage detected