72699: Test fix

This commit is contained in:
Kristof De Langhe
2020-09-17 10:49:24 +02:00
parent b77dce25ce
commit d5927a76fc

View File

@@ -107,7 +107,7 @@ describe('LogInShibbolethComponent', () => {
component.redirectToShibboleth(); component.redirectToShibboleth();
expect(setHrefSpy).toHaveBeenCalledWith(shibbolethBaseUrl + currentUrl) expect(setHrefSpy).toHaveBeenCalledWith(currentUrl)
}); });
@@ -122,7 +122,7 @@ describe('LogInShibbolethComponent', () => {
component.redirectToShibboleth(); component.redirectToShibboleth();
expect(setHrefSpy).toHaveBeenCalledWith(shibbolethBaseUrl + currentUrl) expect(setHrefSpy).toHaveBeenCalledWith(currentUrl)
}); });