1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Vyacheslav Alexeev 2020-05-17 16:51:30 +03:00
parent 556c4b238b
commit e3e61f2420

View file

@ -31,8 +31,6 @@ class TestErrorLogger < Minitest::Test
end
assert_match %r!\("GET /debug" - \(8\.8\.8\.8\)\)!, err
assert_match %r!Headers: {"X_FORWARDED_FOR"=>"8\.8\.8\.8"}!, err
assert_match %r!Body: {"hello":"world"}!, err
end
def test_info_with_text