We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f972e commit 7d5a758Copy full SHA for 7d5a758
qiita_ware/test/test_commands.py
@@ -59,7 +59,8 @@ def test_list_scp_wrong_key(self):
59
def test_download_remote_nonexist_key(self):
60
with self.assertRaises(IOError):
61
download_remote('scp://runner@localhost:'+self.remote_dir_path,
62
- join(self.self_dir_path, 'nokey'))
+ join(self.self_dir_path, 'nokey'),
63
+ self.temp_local_dir)
64
65
def test_list_scp(self):
66
kpath = join(self.temp_local_dir, 'tmp-key')
0 commit comments