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

This commit is contained in:
Mohit Singh
2024-08-01 21:16:41 +05:30
parent fbfcdfec3e
commit aa2acb18b2

View File

@@ -138,7 +138,7 @@ public class NodeFolderSizeApiTest extends AbstractBaseApiTest
@Test
public void testBGetCalculateFolderSize() throws Exception
{
setRequestContext(null);
setRequestContext(user1);
// Check if response and JSON parsing were successful
HttpResponse response = getSingle(NodesEntityResource.class, folderId + "/get-folder-size", null, 200);