Correct unfortunate typo.

This commit is contained in:
Cory Benfield
2012-02-16 20:42:05 +00:00
parent 640538adcb
commit 544ebf402f
+2 -2
View File
@@ -813,9 +813,9 @@ class RequestsTestSuite(TestSetup, unittest.TestCase):
r = requests.get(httpbin('post'), auth=('a', 'b'), data='\xff')
def test_useful_exception_for_invalid_schema(self):
def test_useful_exception_for_invalid_scheme(self):
# If we pass a legitimate URL with a schema not supported
# If we pass a legitimate URL with a scheme not supported
# by requests, we should fail.
self.assertRaises(
ValueError,