summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-08-05 14:10:31 +0200
committerMiklós Fazekas <mfazekas@szemafor.com>2021-08-05 14:10:31 +0200
commit7d2ad0fbc4a76dd130bde8b811ffa339c5297259 (patch)
tree20c292736cc8646e30eae6076090b6060b01f285 /test
parenta20d1ba7f524eb3aa4a1e4a30b2cf94c9d47581f (diff)
downloadnet-ssh-7d2ad0fbc4a76dd130bde8b811ffa339c5297259.tar.gz
HostKeyEntries classes
Diffstat (limited to 'test')
-rw-r--r--test/transport/test_algorithms.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transport/test_algorithms.rb b/test/transport/test_algorithms.rb
index d998d56..fbe96a5 100644
--- a/test/transport/test_algorithms.rb
+++ b/test/transport/test_algorithms.rb
@@ -442,7 +442,7 @@ module Transport
def transport(transport_options={})
@transport ||= MockTransport.new(
{user_known_hosts_file: '/dev/null',
- global_known_hosts_file: '/dev/null'}.merge(transport_options)
+ global_known_hosts_file: '/dev/null'}.merge(transport_options)
)
end
end