You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use pytest-recording, to mimic my http requests for testing. When switching to urllib3 to run the queries I encounter the following exception. AttributeError: 'VCRHTTPResponse' object has no attribute 'json'
@gschnellOnera the snippet you shared requires additional work to run in isolation. Could you turn it into a snippet reproducer that can be in isolation easily? Thanks in advance!
I use pytest-recording, to mimic my http requests for testing. When switching to urllib3 to run the queries I encounter the following exception.
AttributeError: 'VCRHTTPResponse' object has no attribute 'json'
Versions:
python 3.8.10
pytest-recording: 0.13.0
vcrpy: 5.1.0
urllib3: 2.0.4
Workaround:
The text was updated successfully, but these errors were encountered: