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

Use an invalid URI that will not cause httpbin to throw 500 #6700

Merged

Conversation

franekmagiera
Copy link
Contributor

Context in urllib3/urllib3#3392

Urllib3's CI started failing due to the requests test_redirecting_to_bad_url failing. The test started failing, beacuse httpbin started returning 500 on initial request, instead of a 302. I think this would break requests CI as well if it were run now.

Modified the redirect to URI to something that will not cause httpbin to throw a 500, but is still an invalid URI.

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.

None yet

2 participants