[ruby/net-http] Fix tests after change to allow HEAD to send Accept-Encoding

https://github.com/ruby/net-http/commit/ca7bb8c51c
This commit is contained in:
Jeremy Evans 2021-11-15 09:15:45 -08:00 committed by git
parent ca0a5edb5f
commit f1c3fc273d

View File

@ -47,6 +47,7 @@ class HTTPRequestTest < Test::Unit::TestCase
expected = { expected = {
'accept' => %w[*/*], 'accept' => %w[*/*],
"accept-encoding" => %w[gzip;q=1.0,deflate;q=0.6,identity;q=0.3],
'user-agent' => %w[Ruby], 'user-agent' => %w[Ruby],
} }