Browse Source

Add new ssh options changes into tests

Filipp Frizzy 7 years ago
parent
commit
4a6a503ef6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dulwich/tests/compat/test_client.py

+ 2 - 1
dulwich/tests/compat/test_client.py

@@ -327,7 +327,8 @@ class DulwichTCPClientTest(CompatTestCase, DulwichClientTestBase):
 class TestSSHVendor(object):
 
     @staticmethod
-    def run_command(host, command, username=None, port=None):
+    def run_command(host, command, username=None, port=None,
+                    password=None, key_filename=None):
         cmd, path = command.split(' ')
         cmd = cmd.split('-', 1)
         path = path.replace("'", "")