72699: Additional test fix

This commit is contained in:
Kristof De Langhe
2020-09-17 11:40:30 +02:00
parent d5927a76fc
commit b68fe23310

View File

@@ -45,7 +45,8 @@ describe('LogInShibbolethComponent', () => {
};
hardRedirectService = jasmine.createSpyObj('hardRedirectService', {
getCurrentRoute: {}
getCurrentRoute: {},
redirect: {}
});
});