X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-FE-common%2Fsrc%2Fapp%2Flayout%2Fcomponents%2Ffooter%2Ffooter.component.spec.ts;h=6e80fce5e0b694f4d3127622d689a2992a5dd0ec;hb=4c6f6a443cb2e6effa995e77d56689c1c2dab4ad;hp=b8340222d45d159f95c58b3a3922ead2d5ce60cc;hpb=a03dfa273ef6e196bf65acc54b9357d35eb0ed5e;p=portal.git diff --git a/portal-FE-common/src/app/layout/components/footer/footer.component.spec.ts b/portal-FE-common/src/app/layout/components/footer/footer.component.spec.ts index b8340222..6e80fce5 100644 --- a/portal-FE-common/src/app/layout/components/footer/footer.component.spec.ts +++ b/portal-FE-common/src/app/layout/components/footer/footer.component.spec.ts @@ -36,6 +36,8 @@ * */ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; +import {HttpClientTestingModule} from '@angular/common/http/testing'; + import { FooterComponent } from './footer.component'; @@ -45,7 +47,8 @@ describe('FooterComponent', () => { beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ FooterComponent ] + declarations: [ FooterComponent], + imports: [HttpClientTestingModule] }) .compileComponents(); }));