it('returns the modified image, with rounded corners filter', () => {
      const modifiedImage = service.modifyImage(testImageUrl, '', {roundedCorners: 20});
      expect(modifiedImage).toEqual(`https://${host}/t/filters:round_corner(20,255,255,255)/u${imagePath}`);
    });