tests/test-check-interfaces.py
changeset 35936 f8f034344b39
parent 35935 00b9e26d727b
child 35938 80a2b8ae42a1
--- a/tests/test-check-interfaces.py	Mon Feb 05 14:05:59 2018 -0800
+++ b/tests/test-check-interfaces.py	Mon Feb 05 14:17:24 2018 -0800
@@ -69,8 +69,8 @@
     checkobject(badpeer())
     checkobject(httppeer.httppeer(ui, 'http://localhost'))
     checkobject(localrepo.localpeer(dummyrepo()))
-    checkobject(testingsshpeer(ui, 'ssh://localhost/foo', False,
-                               (None, None, None, None)))
+    checkobject(testingsshpeer(ui, 'ssh://localhost/foo', None, None, None,
+                               None))
     checkobject(bundlerepo.bundlepeer(dummyrepo()))
     checkobject(statichttprepo.statichttppeer(dummyrepo()))
     checkobject(unionrepo.unionpeer(dummyrepo()))