func testBlurTransformationURL() {
        transformable.add(transform: BlurTransform().amount(5))

        let expectedURL = Constants.cdnURL
            .appendingPathComponent("blur=amount:5")