diff --git a/lib/core/services/authentication.service.spec.ts b/lib/core/services/authentication.service.spec.ts index 3f68d444df..d1ef145278 100644 --- a/lib/core/services/authentication.service.spec.ts +++ b/lib/core/services/authentication.service.spec.ts @@ -37,6 +37,7 @@ describe('AuthenticationService', () => { beforeEach(() => { sessionStorage.clear(); + localStorage.clear(); apiService = TestBed.get(AlfrescoApiService); authService = TestBed.get(AuthenticationService);