mirror of
https://github.com/python/cpython.git
synced 2024-11-30 05:15:14 +08:00
Issue #20939: merge from 3.3
This commit is contained in:
parent
6dfc632f1f
commit
b6b6a6d587
@ -80,7 +80,7 @@ class urlopenNetworkTests(unittest.TestCase):
|
||||
|
||||
def test_geturl(self):
|
||||
# Make sure same URL as opened is returned by geturl.
|
||||
URL = "http://www.python.org/"
|
||||
URL = "https://www.python.org/"
|
||||
with self.urlopen(URL) as open_url:
|
||||
gotten_url = open_url.geturl()
|
||||
self.assertEqual(gotten_url, URL)
|
||||
|
Loading…
Reference in New Issue
Block a user