mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
Fix integration with httpx>0.15.0
This commit is contained in:
committed by
Kevin McCarthy
parent
1d0fdbaa13
commit
a172207df0
@@ -52,7 +52,6 @@ def _from_serialized_response(request, serialized_response, history=None):
|
||||
response = httpx.Response(
|
||||
status_code=serialized_response.get("status_code"),
|
||||
request=request,
|
||||
http_version=serialized_response.get("http_version"),
|
||||
headers=_from_serialized_headers(serialized_response.get("headers")),
|
||||
content=content,
|
||||
history=history or [],
|
||||
|
||||
Reference in New Issue
Block a user