mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
Update auth-guard-bpm.service.spec.ts
This commit is contained in:
committed by
Eugenio Romano
parent
26be911753
commit
ffef29fd77
@@ -169,7 +169,7 @@ describe('AuthGuardService BPM', () => {
|
||||
authGuard.canActivate(null, route);
|
||||
|
||||
expect(authService.setRedirect).toHaveBeenCalledWith({
|
||||
provider: 'ECM', url: 'some-url'
|
||||
provider: 'BPM', url: 'some-url'
|
||||
});
|
||||
|
||||
expect(materialDialog.closeAll).toHaveBeenCalled();
|
||||
|
Reference in New Issue
Block a user