highway to the danger_mode

This commit is contained in:
Bryan Helmig
2012-01-05 12:50:44 -06:00
parent 115b51e68c
commit 459a91c54f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ class RequestsTestSuite(unittest.TestCase):
def test_default_status_raising(self):
config = {'eager_mode': True}
config = {'danger_mode': True}
args = [httpbin('status', '404')]
kwargs = dict(config=config)
self.assertRaises(HTTPError, requests.get, *args, **kwargs)