Updating some storage mocks after google-resumable-media==0.3.1 release.#4244
Conversation
…ease. Fixes googleapis#4243. Also increasing the lower-bound on `google-resumable-media` to `0.3.1`.
|
Can I get a review @jonparrott @tseaver @lukesneeringer? Our tests are broken right meow (e.g. https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/3882) |
| response.raw = io.BytesIO(content) | ||
| raw = io.BytesIO(content) | ||
| raw.headers = headers | ||
| response.raw = raw |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
I'm OK with merging now to unblock others, but I'm worried that we are papering over the real bug (either here or in |
|
@tseaver There is no bug. This is working as "intended", but the intent can be discussed (see my comment #4244 (comment)) |
Fixes #4243.
Also increasing the lower-bound on
google-resumable-mediato0.3.1.