aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
diff options
context:
space:
mode:
Diffstat (limited to 'test/net')
-rw-r--r--test/net/http/test_http.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/net/http/test_http.rb b/test/net/http/test_http.rb
index 9a7300f481..0b3eeeb6bf 100644
--- a/test/net/http/test_http.rb
+++ b/test/net/http/test_http.rb
@@ -232,6 +232,8 @@ module TestNetHTTP_version_1_1_methods
assert_nothing_raised {
http.get('/', { 'User-Agent' => 'test' }.freeze)
}
+
+ assert res.decode_content, '[Bug #7924]'
end
def _test_get__iter(http)