summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_socket_ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py
index 1a8af33..0ccb7d3 100644
--- a/Lib/test/test_socket_ssl.py
+++ b/Lib/test/test_socket_ssl.py
@@ -48,7 +48,7 @@ class ConnectedTests(unittest.TestCase):
socket.RAND_add("this is a random string", 75.0)
with test_support.transient_internet():
- f = self.urlopen('https://sf.net')
+ f = self.urlopen('https://sourceforge.net')
buf = f.read()
f.close()