summaryrefslogtreecommitdiff
path: root/spec/input/ssh_spec.rb
diff options
context:
space:
mode:
authorWild Kat <wk@futureinquestion.net>2018-04-27 13:00:48 +0200
committerWild Kat <wk@futureinquestion.net>2018-04-27 13:07:37 +0200
commit91caa88b868decb8e063e95cfe63100dd990d2e7 (patch)
treeab95faff9fe9565248af606ef44c3d6c6182ec98 /spec/input/ssh_spec.rb
parentf0ec4a01cb44f7fb9af3203f689610beab65f000 (diff)
confucious say: man who rebases broken test of another simply shifting blame
Diffstat (limited to 'spec/input/ssh_spec.rb')
-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..3c33cd8 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: %w[none publickey password])
ssh.instance_variable_set("@exec", true)
ssh.connect(@node)