mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
[feature/MNT-24127-EndpointToCalculateFolderSize] Added Endpoint to calculate folder size
This commit is contained in:
@@ -138,7 +138,7 @@ public class NodeFolderSizeApiTest extends AbstractBaseApiTest
|
|||||||
@Test
|
@Test
|
||||||
public void testBGetCalculateFolderSize() throws Exception
|
public void testBGetCalculateFolderSize() throws Exception
|
||||||
{
|
{
|
||||||
setRequestContext(null);
|
setRequestContext(user1);
|
||||||
|
|
||||||
// Check if response and JSON parsing were successful
|
// Check if response and JSON parsing were successful
|
||||||
HttpResponse response = getSingle(NodesEntityResource.class, folderId + "/get-folder-size", null, 200);
|
HttpResponse response = getSingle(NodesEntityResource.class, folderId + "/get-folder-size", null, 200);
|
||||||
|
Reference in New Issue
Block a user