summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorNeil Lathwood <neil@lathwood.co.uk>2018-04-27 12:14:36 +0100
committerNeil Lathwood <neil@lathwood.co.uk>2018-04-27 12:14:36 +0100
commit7701ee6ba338348acce08c8fc941244b909842cf (patch)
treeeade1dfbb67d9489e526b36e370a376c02e773d6 /spec
parentf0ec4a01cb44f7fb9af3203f689610beab65f000 (diff)
updated tests
Diffstat (limited to 'spec')
-rw-r--r--spec/input/ssh_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/input/ssh_spec.rb b/spec/input/ssh_spec.rb
index 9e08cea..3f86c08 100644
--- a/spec/input/ssh_spec.rb
+++ b/spec/input/ssh_spec.rb
@@ -34,7 +34,7 @@ describe Oxidized::SSH do
proxy: proxy,
password: 'armud',
number_of_password_prompts: 0,
- auth_methods: ['none', 'publickey', 'password', 'keyboard-interactive'])
+ auth_methods: ['none', 'publickey', 'password'])
ssh.instance_variable_set("@exec", true)
ssh.connect(@node)