mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* Revert "AAE-30882 Replace superagent (#11134)"
This reverts commit a347b20f20.
* AAE-0000 - Fixed lock for cli and adf
This commit is contained in:
@@ -118,7 +118,6 @@ describe('Security Mark API test', () => {
|
||||
|
||||
it('delete Security Mark', async () => {
|
||||
securityMarkApiMock.getDeleteSecurityMarkSuccessfulResponse(securityGroupId, securityMarkId);
|
||||
securityGroupMock.deleteSecurityGroup200Response(securityGroupId);
|
||||
await securityGroupApi
|
||||
.deleteSecurityGroup(securityGroupId)
|
||||
.then((data) => {
|
||||
|
||||
Reference in New Issue
Block a user