We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49acda6 commit 7aba64bCopy full SHA for 7aba64b
1 file changed
tests/test_client_request.py
@@ -1838,7 +1838,7 @@ async def test_get_content_length_invalid_formats(
1838
with pytest.raises(ValueError, match="Invalid Content-Length header"):
1839
req._get_content_length()
1840
1841
- req.headers["Content-Length"] = "abc"
+ req.headers["Content-Length"] = "५" # Devengali number 5
1842
1843
1844
0 commit comments