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 #96 - Flask no longer treats redirects as errors #97

Merged
merged 1 commit into from Jun 3, 2019

Conversation

RookieRick
Copy link
Contributor

After investigating this, it seems the only way we could force this test to pass would be to fiddle with internals of Flask. This seems like something we ought not do; instead just updating the test to ensure that it still returns the appropriate return code and expected redirect header (which should be all an app needs to process correctly)

Copy link

@badam5 badam5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't say I'm a Flask expert either, but based on what you said in your other closed PR, this course of action seems to make sense. :)

@RookieRick RookieRick merged commit d40449c into master Jun 3, 2019
@RookieRick RookieRick deleted the fix-redirect_handling branch June 3, 2019 22: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.

None yet

2 participants