mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
72699: Additional test fix
This commit is contained in:
@@ -45,7 +45,8 @@ describe('LogInShibbolethComponent', () => {
|
||||
};
|
||||
|
||||
hardRedirectService = jasmine.createSpyObj('hardRedirectService', {
|
||||
getCurrentRoute: {}
|
||||
getCurrentRoute: {},
|
||||
redirect: {}
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user