X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-FE-common%2Fsrc%2Fapp%2Fshared%2Fservices%2Fnotification%2Fnotification.service.spec.ts;h=fdaec249c8a605bc13de06eae10bc5674635359a;hb=4c6f6a443cb2e6effa995e77d56689c1c2dab4ad;hp=b8f0d334569da755a0ddeff8b0bab0fb00775bc9;hpb=a03dfa273ef6e196bf65acc54b9357d35eb0ed5e;p=portal.git diff --git a/portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts b/portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts index b8f0d334..fdaec249 100644 --- a/portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts +++ b/portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts @@ -39,9 +39,10 @@ import { TestBed } from '@angular/core/testing'; import { NotificationService } from './notification.service'; +import { HttpClientTestingModule } from '@angular/common/http/testing'; describe('NotificationService', () => { - beforeEach(() => TestBed.configureTestingModule({})); + beforeEach(() => TestBed.configureTestingModule({imports:[HttpClientTestingModule]})); it('should be created', () => { const service: NotificationService = TestBed.get(NotificationService);