Browse Source

Add new ssh options changes into more tests

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

+ 2 - 1
dulwich/tests/test_client.py

@@ -631,7 +631,8 @@ class TestSSHVendor(object):
         self.username = None
         self.port = None
 
-    def run_command(self, host, command, username=None, port=None):
+    def run_command(self, host, command, username=None, port=None,
+		    password=None, key_filename=None):
         self.host = host
         self.command = command
         self.username = username