mirror of
https://github.com/python/cpython.git
synced 2025-09-18 22:50:26 +00:00
Fix a test with the new upload URL
This commit is contained in:
parent
1af8b63447
commit
a1fc45ae73
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
|
||||||
|
|
||||||
config = list(sorted(config.items()))
|
config = list(sorted(config.items()))
|
||||||
waited = [('password', 'yh^%#rest-of-my-password'), ('realm', 'pypi'),
|
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')]
|
('server', 'server3'), ('username', 'cbiggles')]
|
||||||
self.assertEqual(config, waited)
|
self.assertEqual(config, waited)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue