aboutsummaryrefslogtreecommitdiffstats
path: root/test/plum/server/test_connection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/plum/server/test_connection.rb')
-rw-r--r--test/plum/server/test_connection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plum/server/test_connection.rb b/test/plum/server/test_connection.rb
index 4a45eaa..87e1893 100644
--- a/test/plum/server/test_connection.rb
+++ b/test/plum/server/test_connection.rb
@@ -68,7 +68,7 @@ class HTTPSConnectionNegotiationTest < Minitest::Test
client_thread = Thread.new {
sock = TCPSocket.new("127.0.0.1", LISTEN_PORT)
begin
- ctx = OpenSSL::SSL::SSLContext.new.tap {|ctx|
+ ctx = OpenSSL::SSL::SSLContext.new.tap { |ctx|
ctx.alpn_protocols = ["h2"]
ctx.ciphers = "AES256-GCM-SHA384"
}