Removed dubious unit test

bug/bundler_fix
Javier Godinez 2016-11-28 10:07:18 -08:00
parent 83e0a21a52
commit 53a66585cf
1 changed files with 0 additions and 5 deletions

View File

@ -121,9 +121,4 @@ RSpec.describe Metasploit::Framework::Aws::Client do
expect { subject.print_hsh(-42) }.not_to raise_error
expect { subject.print_hsh('A' * 5000) }.not_to raise_error
end
it 'should attempt an http call' do
expect(subject).to receive(:connect).and_raise(Rex::ConnectionError)
subject.call_api(creds, service, body_hash)
end
end