1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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],
}
assert_equal expected, req.to_hash.tap{_1.delete 'accept-encoding'}
assert_equal expected, req.to_hash
end
def test_initialize_accept_encoding