removing redundant test

This commit is contained in:
Nate Prewitt
2016-07-14 21:53:10 -06:00
parent d7fc5d5296
commit d262df99bf
-4
View File
@@ -221,10 +221,6 @@ class TestRequests:
assert r.history[0].status_code == 303
assert r.history[0].is_redirect
# def test_HTTP_302_ALLOW_REDIRECT_POST(self):
# r = requests.post(httpbin('status', '302'), data={'some': 'data'})
# self.assertEqual(r.status_code, 200)
def test_HTTP_200_OK_GET_WITH_PARAMS(self, httpbin):
heads = {'User-agent': 'Mozilla/5.0'}