Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always use response parser. Fix problem when parsing rails response body. #282

Merged
merged 3 commits into from
Jul 17, 2024

Conversation

ahx
Copy link
Owner

@ahx ahx commented Jul 17, 2024

Related to #281

ahx added 3 commits July 17, 2024 22:08
…e response

This change avoids `Rack::Lint::LintError: Response body must only be invoked once (each)`,
which was raised before, because rack-test creates a MockResponse which parses the response body again.
@ahx ahx merged commit 72bad3f into main Jul 17, 2024
18 checks passed
@ahx ahx deleted the always-use-response-parser branch July 17, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant