"6dcb09b5b57875f334f61aebed695e2e4193db5e",
"file1.txt",
1
).number();
final String body = "Reply Comment";
final JsonObject reply = comments.reply(body, orig).json();
MatcherAssert.assertThat(
reply.getString("body"),
Matchers.is(body)
);
MatcherAssert.assertThat(