From b68fe233108068dbbea26d45483f5f74f5f10e75 Mon Sep 17 00:00:00 2001 From: Kristof De Langhe Date: Thu, 17 Sep 2020 11:40:30 +0200 Subject: [PATCH] 72699: Additional test fix --- .../methods/shibboleth/log-in-shibboleth.component.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts b/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts index 23c279d148..e8b18fa409 100644 --- a/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts +++ b/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts @@ -45,7 +45,8 @@ describe('LogInShibbolethComponent', () => { }; hardRedirectService = jasmine.createSpyObj('hardRedirectService', { - getCurrentRoute: {} + getCurrentRoute: {}, + redirect: {} }); });