Commit b5e1e144 authored by Jason R. Coombs's avatar Jason R. Coombs

Fix failing test incorrectly merged in b1244046f37a

parent ff728e94
......@@ -117,7 +117,7 @@ class uploadTestCase(PyPIRCCommandTestCase):
self.assert_(headers['Content-type'].startswith('multipart/form-data'))
self.assertEquals(self.last_open.req.get_method(), 'POST')
self.assertEquals(self.last_open.req.get_full_url(),
'http://pypi.python.org/pypi')
'https://pypi.python.org/pypi')
self.assert_(b'xxx' in self.last_open.req.data)
def test_suite():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment