Fix a test with the new upload URL

This commit is contained in:
Donald Stufft 2016-07-06 17:46:37 -04:00
parent 1af8b63447
commit a1fc45ae73
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
config = list(sorted(config.items()))
waited = [('password', 'yh^%#rest-of-my-password'), ('realm', 'pypi'),
('repository', 'https://pypi.python.org/pypi'),
('repository', 'https://upload.pypi.io/legacy/'),
('server', 'server3'), ('username', 'cbiggles')]
self.assertEqual(config, waited)