Skip to content

Commit

Permalink
make sure we do not break public api
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 26, 2024
1 parent d12c372 commit 047ab36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_client_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ async def test_content_type_skip_auto_header_bytes(
skip_auto_headers={"Content-Type"},
loop=loop,
)
assert req.skip_auto_headers == CIMultiDict({"CONTENT-TYPE": None})
resp = await req.send(conn)
assert "CONTENT-TYPE" not in req.headers
resp.close()
Expand Down

0 comments on commit 047ab36

Please sign in to comment.