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