Skip to content

Commit 7aba64b

Browse files
Apply suggestion from @Dreamsorcerer
1 parent 49acda6 commit 7aba64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_client_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ async def test_get_content_length_invalid_formats(
18381838
with pytest.raises(ValueError, match="Invalid Content-Length header"):
18391839
req._get_content_length()
18401840

1841-
req.headers["Content-Length"] = "abc"
1841+
req.headers["Content-Length"] = "५" # Devengali number 5
18421842
with pytest.raises(ValueError, match="Invalid Content-Length header"):
18431843
req._get_content_length()
18441844

0 commit comments

Comments
 (0)