We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc99a5 commit 8d7cfe6Copy full SHA for 8d7cfe6
test/net/http/test_https.rb
@@ -182,7 +182,7 @@ def test_session_reuse_but_expire
182
http.get("/")
183
184
socket = http.instance_variable_get(:@socket).io
185
- assert_equal false, socket.session_reused?
+ assert_equal false, socket.session_reused?, "NOTE: OpenSSL library version is #{OpenSSL::OPENSSL_LIBRARY_VERSION}"
186
187
http.finish
188
end
0 commit comments