diff --git a/pytest_httpx/_request_matcher.py b/pytest_httpx/_request_matcher.py index c28494d..7fa6e20 100644 --- a/pytest_httpx/_request_matcher.py +++ b/pytest_httpx/_request_matcher.py @@ -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(