Skip to content

Commit 7d5a758

Browse files
committed
fix tests
1 parent 73f972e commit 7d5a758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_ware/test/test_commands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def test_list_scp_wrong_key(self):
5959
def test_download_remote_nonexist_key(self):
6060
with self.assertRaises(IOError):
6161
download_remote('scp://runner@localhost:'+self.remote_dir_path,
62-
join(self.self_dir_path, 'nokey'))
62+
join(self.self_dir_path, 'nokey'),
63+
self.temp_local_dir)
6364

6465
def test_list_scp(self):
6566
kpath = join(self.temp_local_dir, 'tmp-key')

0 commit comments

Comments
 (0)