Skip to content
Snippets Groups Projects
Commit a46804dd authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4310 CR

parent 0c0b1c89
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ describe('AppComponent', () => {
expect(apiRootService.getApiRoot).toHaveBeenCalled();
});
it('should call removeAuthenticationParams', () => {
it('should call forwardWithoutAuthenticationParams', () => {
component.forwardWithoutAuthenticationParams = jest.fn();
component.doAfterLoggedIn();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment