Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update spec/plugin_mixin/http_client_spec.rb
Co-authored-by: João Duarte <[email protected]>
  • Loading branch information
kares and jsvd authored Jan 25, 2022
commit f7f12a738b8bcb21244e677c8d5a72be13122737
2 changes: 1 addition & 1 deletion spec/plugin_mixin/http_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class Dummy < LogStash::Inputs::Base
context "default" do
let(:conf) { basic_config }

it "sets manticore verify" do
it "sets manticore verify to :strict" do
expect( Dummy.new(conf).client_config[:ssl] ).to include :verify => :strict
end
end
Expand Down