mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Qualify classname in tests
This commit is contained in:
+1
-1
@@ -1618,7 +1618,7 @@ def test_prepare_unicode_url():
|
||||
|
||||
|
||||
def test_prepare_requires_a_request_method():
|
||||
req = Request()
|
||||
req = requests.Request()
|
||||
with pytest.raises(ValueError):
|
||||
req.prepare()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user