Sync test_http_request.rb after fix to net-http

This commit is contained in:
Jeremy Evans 2021-11-15 09:31:44 -08:00
parent 555eb67058
commit fceaa6886b

View File

@ -51,7 +51,7 @@ class HTTPRequestTest < Test::Unit::TestCase
'user-agent' => %w[Ruby], 'user-agent' => %w[Ruby],
} }
assert_equal expected, req.to_hash.tap{_1.delete 'accept-encoding'} assert_equal expected, req.to_hash
end end
def test_initialize_accept_encoding def test_initialize_accept_encoding