We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36837c commit 7cfd8c6Copy full SHA for 7cfd8c6
Lib/test/test_xmlrpc.py
@@ -1175,7 +1175,9 @@ def test_gzip_decode_limit(self):
1175
class ServerProxyTestCase(unittest.TestCase):
1176
def setUp(self):
1177
unittest.TestCase.setUp(self)
1178
- self.url = URL
+ # Actual value of the URL doesn't matter if it is a string in
1179
+ # the correct format.
1180
+ self.url = 'http://fake.localhost'
1181
1182
def test_close(self):
1183
p = xmlrpclib.ServerProxy(self.url)
0 commit comments