Commit 7c4fbb04 authored by Benjamin Peterson's avatar Benjamin Peterson

update logo url (#20695)

parent f57fa178
......@@ -171,7 +171,7 @@ class urlretrieveNetworkTests(unittest.TestCase):
"info is not an instance of email.message.Message")
def test_data_header(self):
logo = "http://www.python.org/community/logos/python-logo-master-v3-TM.png"
logo = "http://www.python.org/static/community_logos/python-logo-master-v3-TM.png"
with self.urlretrieve(logo) as (file_location, fileheaders):
datevalue = fileheaders.get('Date')
dateformat = '%a, %d %b %Y %H:%M:%S GMT'
......
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