mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
[feature/MNT-24127-EndpointToCalculateFolderSize] Addressing review comments
This commit is contained in:
@@ -147,6 +147,8 @@ public class NodeSizeDetailsTest extends AbstractBaseApiTest
|
||||
String jobId = nodeSizeDetails.getJobId();
|
||||
assertNotNull("In response, JobId should be present", jobId);
|
||||
|
||||
Thread.sleep(6000);
|
||||
|
||||
HttpResponse getResponse = getSingle(getNodeSizeDetailsUrl(folderB_Ref.getId(), jobId), null, 200);
|
||||
|
||||
assertNotNull("After executing GET/size-details, it will provide NodeSizeDetails with 200 status code",
|
||||
|
Reference in New Issue
Block a user