func testBlackAndWhiteTransformationURL() {
        transformable.add(transform: BlackAndWhiteTransform().threshold(45))

        let expectedURL = Constants.cdnURL
            .appendingPathComponent("blackwhite=threshold:45")