func testCacheTransformationUrl() {
        transformable.add(transform: CacheTransform().expiry(3600))

        let expectedUrl = Constants.cdnURL
            .appendingPathComponent("cache=expiry:3600")