Closed salomvary closed 1 year ago
Looks like some conflicts have cropped up here.
@salomvary I'm only helping out with VCR.py a bit but I can try having a closer look and do review if the conflicts get fixed.
@salomvary I'm only helping out with VCR.py a bit but I can try having a closer look and do review if the conflicts get fixed.
I'm unlikely to have time for resolving these conflicts in the near future.
@salomvary thanks for your reply and your ideas on a fix. I'll be closing this one and taking your ideas to a new pull request #740. Closing…
For some unknown reason, the aiohttp stub was recording the unfiltered request URL as part of the response in the cassette. Other stubs do not seem to do this and I found no other requirement for response.url to be present, therefore the easy fix was to remove it entirely.
Fixes #517.