it('should get static image url', () => {
    spyOn(urlInterpolationService, 'getStaticImageUrl').and.returnValue(
      'image_url'
    );