mirror of
https://github.com/sismics/docs.git
synced 2026-02-04 03:17:29 +00:00
Fix inherited ACLs displayed on documents
This commit is contained in:
@@ -47,7 +47,7 @@ public class TestShareResource extends BaseJerseyTest {
|
||||
Assert.assertNotNull(document1Id);
|
||||
|
||||
// Add a file
|
||||
String file1Id = null;
|
||||
String file1Id;
|
||||
try (InputStream is = Resources.getResource("file/PIA00452.jpg").openStream()) {
|
||||
StreamDataBodyPart streamDataBodyPart = new StreamDataBodyPart("file", is, "PIA00452.jpg");
|
||||
try (FormDataMultiPart multiPart = new FormDataMultiPart()) {
|
||||
|
||||
Reference in New Issue
Block a user