func testCacheTransformationWithMaxExpiryUrl() {
        transformable.add(transform: CacheTransform().maxExpiry())

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