tests/test-hgweb-auth.py
changeset 29377 2c019aac6b99
parent 28883 032c4c2f802a
child 30559 d83ca854fa21
--- a/tests/test-hgweb-auth.py	Wed Jun 01 22:58:57 2016 +0200
+++ b/tests/test-hgweb-auth.py	Sun Jun 05 23:36:23 2016 +0200
@@ -43,7 +43,7 @@
     def _test(uri):
         print('URI:', uri)
         try:
-            pm = url.passwordmgr(ui)
+            pm = url.passwordmgr(ui, urlreq.httppasswordmgrwithdefaultrealm())
             u, authinfo = util.url(uri).authinfo()
             if authinfo is not None:
                 pm.add_password(*authinfo)