Skip to content

Commit 4392570

Browse files
committed
gh-148954: remove test comments
1 parent 115b915 commit 4392570

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_xmlrpc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def test_dump_encoding(self):
209209
self.assertEqual(xmlrpclib.loads(strg)[1], methodname)
210210

211211
def test_dump_escape_methodname(self):
212-
# gh-148954: test that methodname is sanitized in dumps()
213212
payload = 'foo</methodName><injected attr="evil"/><methodName>bar'
214213
s = xmlrpclib.dumps((), methodname=payload)
215214
self.assertIn(

0 commit comments

Comments
 (0)