summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_xmlrpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/test/test_xmlrpc.py')
-rw-r--r--cherrypy/test/test_xmlrpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/test/test_xmlrpc.py b/cherrypy/test/test_xmlrpc.py
index 8f091ff1..4beed0a3 100644
--- a/cherrypy/test/test_xmlrpc.py
+++ b/cherrypy/test/test_xmlrpc.py
@@ -163,7 +163,7 @@ class XmlRpcTest(helper.CPWebCase):
else:
self.fail("Expected xmlrpclib.Fault")
- # https://bitbucket.org/cherrypy/cherrypy/issue/533
+ # https://github.com/cherrypy/cherrypy/issues/533
# if a method is not found, an xmlrpclib.Fault should be raised
try:
proxy.non_method()