diff options
Diffstat (limited to 'spec/input')
-rw-r--r-- | spec/input/ssh_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/input/ssh_spec.rb b/spec/input/ssh_spec.rb index f9704d4..9864373 100644 --- a/spec/input/ssh_spec.rb +++ b/spec/input/ssh_spec.rb @@ -34,7 +34,6 @@ describe Oxidized::SSH do Net::SSH.expects(:start).with('93.184.216.34', 'alma', port: 22, paranoid: Oxidized.config.input.ssh.secure, keepalive: true, - logger: Oxidized.logger, password: 'armud', timeout: Oxidized.config.timeout, number_of_password_prompts: 0, @@ -66,7 +65,6 @@ describe Oxidized::SSH do Net::SSH.expects(:start).with('example.com', 'alma', port: 22, paranoid: Oxidized.config.input.ssh.secure, keepalive: true, - logger: Oxidized.logger, password: 'armud', timeout: Oxidized.config.timeout, number_of_password_prompts: 0, |