Skip to content

Commit

Permalink
Merge branch 'master' into mbeliaev/remove37
Browse files Browse the repository at this point in the history
  • Loading branch information
beliaev-maksim committed Sep 27, 2023
2 parents 00978d3 + cf05e41 commit 5854195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ def _on_request(
error_msg += f"- {p}\n"

response = ConnectionError(error_msg)
response.request = request # type: ignore[assignment]
response.request = request

self._calls.add(request, response)
raise response
Expand Down

0 comments on commit 5854195

Please sign in to comment.