[feature/MNT-24127-EndpointToCalculateFolderSize] Addressing review comments

This commit is contained in:
mohit-singh4
2024-10-21 15:40:13 +05:30
parent e65e0d54c7
commit f8fd9b44b3

View File

@@ -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",