mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
72699: Test fix
This commit is contained in:
@@ -107,7 +107,7 @@ describe('LogInShibbolethComponent', () => {
|
||||
|
||||
component.redirectToShibboleth();
|
||||
|
||||
expect(setHrefSpy).toHaveBeenCalledWith(shibbolethBaseUrl + currentUrl)
|
||||
expect(setHrefSpy).toHaveBeenCalledWith(currentUrl)
|
||||
|
||||
});
|
||||
|
||||
@@ -122,7 +122,7 @@ describe('LogInShibbolethComponent', () => {
|
||||
|
||||
component.redirectToShibboleth();
|
||||
|
||||
expect(setHrefSpy).toHaveBeenCalledWith(shibbolethBaseUrl + currentUrl)
|
||||
expect(setHrefSpy).toHaveBeenCalledWith(currentUrl)
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user