Skip to content

Commit

Permalink
[rubygems/rubygems] Use dummy assertion for assert_https
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 12, 2021
1 parent a1c4164 commit 2c0072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/test_bundled_ca.rb
Expand Up @@ -26,7 +26,7 @@ def bundled_certificate_store
end

def assert_https(host)
self.assertions += 1
assert true
http = Net::HTTP.new(host, 443)
http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
Expand Down

0 comments on commit 2c0072d

Please sign in to comment.