Skip to content

Commit

Permalink
restore use of DefaultHostnameVerifier
Browse files Browse the repository at this point in the history
  • Loading branch information
edmocosta committed May 31, 2023
1 parent c97dda8 commit bc0ab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/inputs/elasticsearch_ssl_spec.rb
Expand Up @@ -123,7 +123,7 @@

it "should pass the flag to the ES client" do
expect(::Elasticsearch::Client).to receive(:new) do |args|
expect(args[:ssl]).to match hash_including(:ssl => true, :verify => :strict)
expect(args[:ssl]).to match hash_including(:ssl => true, :verify => :default)
end.and_return(es_client_double)

subject.register
Expand Down

0 comments on commit bc0ab55

Please sign in to comment.