mirror of https://github.com/rails/rails
Merge pull request #48158 from JoeDupuis/fix-rack-3-body-stream-test
Fix failing buildkite build - action_pack [rack-3]
This commit is contained in:
commit
15b662abb5
|
@ -49,6 +49,7 @@ class TestCaseTest < ActionController::TestCase
|
|||
end
|
||||
|
||||
def render_body
|
||||
request.body.rewind
|
||||
render plain: request.body.read
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue