tests/test-check-interfaces.py
changeset 35932 31449baf0936
parent 34307 afcbc6f64d27
child 35935 00b9e26d727b
--- a/tests/test-check-interfaces.py	Sun Feb 04 12:55:18 2018 -0800
+++ b/tests/test-check-interfaces.py	Sun Feb 04 19:23:40 2018 -0800
@@ -69,7 +69,7 @@
     checkobject(badpeer())
     checkobject(httppeer.httppeer(ui, 'http://localhost'))
     checkobject(localrepo.localpeer(dummyrepo()))
-    checkobject(testingsshpeer(ui, 'ssh://localhost/foo'))
+    checkobject(testingsshpeer(ui, 'ssh://localhost/foo', False, ()))
     checkobject(bundlerepo.bundlepeer(dummyrepo()))
     checkobject(statichttprepo.statichttppeer(dummyrepo()))
     checkobject(unionrepo.unionpeer(dummyrepo()))