REpo-2302

This commit is contained in:
Andreea Nechifor
2017-09-05 11:35:52 +03:00
parent 3a43b1b02b
commit c3a7f5bd10
@@ -129,8 +129,6 @@ public class GetRenditionTests extends RestTest
restClient.assertStatusCodeIs(HttpStatus.OK);
restClient.assertHeaderValueContains("Content-Type","image/png;charset=UTF-8");
Assert.assertTrue(restResponse.getResponse().body().asInputStream().available() > 0);
}
}