We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0678769 commit 70e8259Copy full SHA for 70e8259
1 file changed
src/core/IronPython.StdLib/lib/test/test_urllibnet.py
@@ -172,7 +172,7 @@ def test_header(self):
172
self.assertIsInstance(info, email.message.Message,
173
"info is not an instance of email.message.Message")
174
175
- logo = "http://www.example.com/"
+ logo = "http://www.pythontest.net/"
176
177
def test_data_header(self):
178
with self.urlretrieve(self.logo) as (file_location, fileheaders):
0 commit comments