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

This commit is contained in:
Eugenio Romano
2019-12-04 23:07:48 +00:00
committed by Eugenio Romano
parent 26be911753
commit ffef29fd77

View File

@@ -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();