public void patchWithJson() throws Exception {
final MkContainer container = new MkGrizzlyContainer().next(
new MkAnswer.Simple(HttpURLConnection.HTTP_OK, "response")
).start();
final RtIssue issue = new RtIssue(
new ApacheRequest(container.home()),
this.repo(),
1
);
issue.patch(
Json.createObjectBuilder().add("patch", "test").build()