Update auth-guard-bpm.service.spec.ts

This commit is contained in:
Eugenio Romano
2019-12-19 13:25:49 +00:00
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();