tests/test-lfs-serve-access.t
changeset 41068 28a4fb793ba1
parent 40881 8695fbe17f7c
child 41423 2a1bb442593b
child 41614 f2f538725d07
--- a/tests/test-lfs-serve-access.t	Thu Dec 27 21:27:43 2018 -0500
+++ b/tests/test-lfs-serve-access.t	Thu Dec 27 21:46:03 2018 -0500
@@ -404,7 +404,7 @@
   >     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)
   > EOF