Fixing a silly typo in my test

This commit is contained in:
Michael Newman
2012-04-08 18:46:26 -04:00
parent 1677c688cb
commit 11cd2b8253
+1 -1
View File
@@ -800,7 +800,7 @@ class RequestsTestSuite(TestSetup, unittest.TestCase):
r = requests.get(httpbin('status', '404'))
r.text
def test_no_conent(self):
def test_no_content(self):
r = requests.get(httpbin('status', "0"), config={"safe_mode":True})
r.content
r.content