Fix bug wrong orientation caused by EXIF
This commit is contained in:
@@ -150,7 +150,7 @@ public class PictureResourceTest extends AbstractRestTest {
|
||||
|
||||
String authorization = getAuthorization();
|
||||
LOG.info("authorization: " + authorization);
|
||||
String path = deploymentURL + PATH + "/image/37?size=1";
|
||||
String path = deploymentURL + PATH + "/image/1?size=1";
|
||||
Request request = Request.Get(path).addHeader("Accept", "image/jpg")
|
||||
.addHeader("Authorization", authorization);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user