[feature/MNT-24127-EndpointToCalculateFolderSize] Added Endpoint to calculate folder size

This commit is contained in:
Mohit Singh
2024-08-03 14:49:41 +05:30
parent 7f2aaeb672
commit b9f0b8da23

View File

@@ -114,6 +114,7 @@ public class NodeFolderSizeApiTest extends AbstractBaseApiTest
// Perform POST request
HttpResponse response = post(getCalculateFolderSizeUrl(folderId), toJsonAsStringNonNull(params), 202);
simpleCache = (SimpleCache<Serializable, Object>) this.applicationContext.getBean("folderSizeSharedCache");
Object resultAction = simpleCache.get(folderId);
assertNotNull("simpleCache response should not be null", resultAction);