summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
Diffstat (limited to 'test-sftpfs')
-rwxr-xr-xtest-sftpfs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-sftpfs b/test-sftpfs
index c8ad2ae7..fca64d1c 100755
--- a/test-sftpfs
+++ b/test-sftpfs
@@ -44,6 +44,7 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests):
'pure-paramiko': False,
'create': True,
'sftp-delay': 0,
+ 'ssh-key': '',
}
self.fs = obnamlib.plugins.sftp_plugin.SftpFS(baseurl,
settings=settings)