diff -r 48a3a9283f09 -r 625038cb4b1d tests/test-check-interfaces.py --- a/tests/test-check-interfaces.py Tue Feb 06 11:08:36 2018 -0800 +++ b/tests/test-check-interfaces.py Tue Feb 06 10:57:56 2018 -0800 @@ -65,8 +65,8 @@ checkobject(badpeer()) checkobject(httppeer.httppeer(ui, 'http://localhost')) checkobject(localrepo.localpeer(dummyrepo())) - checkobject(sshpeer.sshpeer(ui, 'ssh://localhost/foo', None, None, None, - None, None)) + checkobject(sshpeer.sshv1peer(ui, 'ssh://localhost/foo', None, None, None, + None, None)) checkobject(bundlerepo.bundlepeer(dummyrepo())) checkobject(statichttprepo.statichttppeer(dummyrepo())) checkobject(unionrepo.unionpeer(dummyrepo()))