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:
parent
555eb67058
commit
fceaa6886b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue