Skip to content

Commit

Permalink
Fix compat with aiohttp 3.11.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 13, 2024
1 parent b83af20 commit e909123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aioresponses/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def _build_response(self, url: 'Union[URL, str]',
url=url,
method=method,
headers=CIMultiDictProxy(CIMultiDict(**request_headers)),
real_url=url
)
kwargs['writer'] = None
kwargs['continue100'] = None
Expand Down

0 comments on commit e909123

Please sign in to comment.