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