mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
[MNT-24127] Added Endpoint with test cases [ags][tas]
This commit is contained in:
@@ -125,7 +125,8 @@ public class NodeFolderSizeApiTest extends AbstractBaseApiTest{
|
||||
delete(getFolderSizeUrl(folderId), folderId, null, 401);
|
||||
|
||||
setRequestContext(user1);
|
||||
delete(getFolderSizeUrl(folderId), folderId, null, 404);
|
||||
delete(getFolderSizeUrl(folderId), "dummy", null, 404);
|
||||
AuthenticationUtil.clearCurrentSecurityContext();
|
||||
delete(getFolderSizeUrl(folderId), folderId, null, 403);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user