Skip to content

Commit 70e8259

Browse files
authored
Fix test_urllibnet (IronLanguages#1983)
1 parent 0678769 commit 70e8259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/IronPython.StdLib/lib/test/test_urllibnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_header(self):
172172
self.assertIsInstance(info, email.message.Message,
173173
"info is not an instance of email.message.Message")
174174

175-
logo = "http://www.example.com/"
175+
logo = "http://www.pythontest.net/"
176176

177177
def test_data_header(self):
178178
with self.urlretrieve(self.logo) as (file_location, fileheaders):

0 commit comments

Comments
 (0)