Skip to content

Commit

Permalink
fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Oct 25, 2024
1 parent 53b7d13 commit 6f8f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_httpx/_request_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def _content_match(self, request: httpx.Request) -> bool:
return False
# Ensure we re-use the same boundary for comparison
boundary = boundary_matched.group(1)
# TODO move to httpx internals
# Prevent internal httpx changes from impacting users not matching on files
from httpx._multipart import MultipartStream

multipart_content = b"".join(
Expand Down

0 comments on commit 6f8f338

Please sign in to comment.