(reg *httpmock.Registry)
| 1309 | } |
| 1310 | |
| 1311 | func mockPullRequestUpdate(reg *httpmock.Registry) { |
| 1312 | reg.Register( |
| 1313 | httpmock.GraphQL(`mutation PullRequestUpdate\b`), |
| 1314 | httpmock.StringResponse(`{}`)) |
| 1315 | } |
| 1316 | |
| 1317 | func mockPullRequestUpdateApiActors(reg *httpmock.Registry) { |
| 1318 | reg.Register( |
no test coverage detected