[MNT-24127] Added Endpoint to Calculate Size of the folder with Integration Test Cases [ags][tas]

This commit is contained in:
mohit-singh4
2024-06-24 13:16:56 +05:30
parent bb4d3eb276
commit ead9aa9fd3

View File

@@ -86,7 +86,7 @@ public class NodeFolderSizeApiTest extends AbstractBaseApiTest{
// Create a folder within the site document's library.
String folderName = "folder" + System.currentTimeMillis();
String folderId = addToDocumentLibrary(userOneN1Site, folderName, TYPE_CM_CONTENT, user1);
String folderId = addToDocumentLibrary(userOneN1Site, folderName, "folder", user1);
Map<String, String> params = new HashMap<>();
params.put("nodeId",folderId);