mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
running tests enables us to discover that they actually work
This commit is contained in:
parent
d741d2b2ab
commit
3facb8cc1a
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class OtherNetworkTests(unittest.TestCase):
|
|||
# Verify that those work properly. (#issue12576)
|
||||
|
||||
URL = 'http://www.imdb.com' # No Connection:close
|
||||
with test_support.transient_internet(url):
|
||||
with test_support.transient_internet(URL):
|
||||
req = urllib2.urlopen(URL)
|
||||
res = req.read()
|
||||
self.assertTrue(res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue