func testBlurFacesTransformationUrl() {
        transformable.add(transform: BlurFacesTransform().amount(30))

        let expectedUrl = Constants.cdnURL
            .appendingPathComponent("blur_faces=amount:30.0")