-
Notifications
You must be signed in to change notification settings - Fork 335
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 wrong status code and message on responses when handling HTTPException
s
#570
Fix wrong status code and message on responses when handling HTTPException
s
#570
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to approve and run the pipelines to check all is OK. Can you please add a brief comment of this change to CHANGELOG
please? :)
@peter-doggart |
Yeah it's flask and pytest related. Will need to merge some other updates first but we are currently blocked by the pytest failures. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #570 +/- ##
=======================================
Coverage 96.15% 96.15%
=======================================
Files 20 20
Lines 2756 2760 +4
=======================================
+ Hits 2650 2654 +4
Misses 106 106 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Fixes #569.
All details are in the issue.
The code fixes both of the issues:
Feel free to edit the PR to match your expectations☺️