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