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

Fix deprecation warning on Actionpack request test #41770

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

csutter
Copy link
Contributor

@csutter csutter commented Mar 26, 2021

Summary

The way this test initializes ActionDispatch::RemoteIp has been
deprecated in #40789. This makes the test append to the existing
trusted proxy list instead of assigning a single value.

The way this test initializes `ActionDispatch::RemoteIp` has been
deprecated in rails#40789. This makes the test append to the existing
trusted proxy list instead of assigning a single value.
@rails-bot rails-bot bot added the actionpack label Mar 26, 2021
@rafaelfranca rafaelfranca merged commit 513cf35 into rails:main Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants