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:
Guillermo Iguaran 2023-05-07 20:34:55 -07:00 committed by GitHub
commit 15b662abb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,6 +49,7 @@ def render_raw_post
end
def render_body
request.body.rewind
render plain: request.body.read
end