tests/hgweberror.py
changeset 36893 4daa22071d5d
parent 36882 97f44b0720e2
child 40155 0199fb5dde20
--- a/tests/hgweberror.py	Sat Mar 10 19:57:08 2018 -0800
+++ b/tests/hgweberror.py	Sat Mar 10 20:51:46 2018 -0800
@@ -6,7 +6,7 @@
     webcommands,
 )
 
-def raiseerror(web, req, tmpl):
+def raiseerror(web):
     '''Dummy web command that raises an uncaught Exception.'''
 
     # Simulate an error after partial response.