tests/test-largefiles-wireproto.t
changeset 41068 28a4fb793ba1
parent 40871 1aedbf3ef3d1
child 41585 549af2fa089f
--- a/tests/test-largefiles-wireproto.t	Thu Dec 27 21:27:43 2018 -0500
+++ b/tests/test-largefiles-wireproto.t	Thu Dec 27 21:46:03 2018 -0500
@@ -430,7 +430,7 @@
   >                 [(b'WWW-Authenticate', b'Basic Realm="mercurial"')])
   >     if base64.b64decode(auth.split()[1]).split(b':', 1) != [b'user', b'pass']:
   >         raise common.ErrorResponse(common.HTTP_FORBIDDEN, b'no')
-  > def extsetup():
+  > def extsetup(ui):
   >     common.permhooks.insert(0, perform_authentication)
   > EOT
   $ hg serve --config extensions.x=userpass.py -R credentialmain \