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
Родитель 555eb67058
Коммит fceaa6886b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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