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 f8dcf0e commit e5e7216Copy full SHA for e5e7216
tests/test_requests.py
@@ -1228,7 +1228,7 @@ def test_prepare_request_with_bytestring_url(self):
1228
def test_prepare_request_with_none_method(self):
1229
"""Test that prepare_request handles None method correctly.
1230
1231
- This test verifies Bug #008 fix: When Request.method is None,
+ When Request.method is None,
1232
prepare_request() should default to "GET" instead of crashing.
1233
"""
1234
# Create a Request without specifying method (defaults to None)
0 commit comments