From 722b3e61de930c6e98a8a0226f4a6788d27840f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lozier?= Date: Mon, 2 Feb 2026 21:12:20 -0500 Subject: [PATCH] Fix test_urllibnet --- src/core/IronPython.StdLib/lib/test/test_urllibnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/IronPython.StdLib/lib/test/test_urllibnet.py b/src/core/IronPython.StdLib/lib/test/test_urllibnet.py index 5331afc29..eb070ef91 100644 --- a/src/core/IronPython.StdLib/lib/test/test_urllibnet.py +++ b/src/core/IronPython.StdLib/lib/test/test_urllibnet.py @@ -172,7 +172,7 @@ def test_header(self): self.assertIsInstance(info, email.message.Message, "info is not an instance of email.message.Message") - logo = "http://www.example.com/" + logo = "http://www.pythontest.net/" def test_data_header(self): with self.urlretrieve(self.logo) as (file_location, fileheaders):