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

Added unit test for issue 810. #893

Closed
wants to merge 1 commit into from

Conversation

sybrenstuvel
Copy link
Contributor

@sybrenstuvel sybrenstuvel commented Aug 5, 2016

The problem with #810 seems to be that code called by post_internal() relies on the Flask request object, even though the current request may not be a POST to the given resource. I'm not sure how to fix this myself, though.

The problem seems to be that code called by post_internal() relies on the
Flask request object, even though the current request may not be a POST
to the given resource.
@sybrenstuvel
Copy link
Contributor Author

PS: Travis should fail on this, as I've only exposed the bug in a unit test, and not fixed the bug.

@nicolaiarocci
Copy link
Member

Thanks for this. It finally got merged, and you spared me some work 👍

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.

2 participants