diff --git a/test/webrick/test_filehandler.rb b/test/webrick/test_filehandler.rb index 49b5de080a..ef56762abe 100644 --- a/test/webrick/test_filehandler.rb +++ b/test/webrick/test_filehandler.rb @@ -177,7 +177,8 @@ class WEBrick::TestFileHandler < Test::Unit::TestCase assert_equal("206", res.code, log.call) assert_equal("multipart/byteranges", res.content_type, log.call) } - + ensure + server[:DocumentRootOptions].delete :NondisclosureName end end