-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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: Fix NoAuthorizationError in /me endpoint #19355
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19355 +/- ##
==========================================
- Coverage 66.65% 66.46% -0.19%
==========================================
Files 1675 1675
Lines 64654 64658 +4
Branches 6503 6503
==========================================
- Hits 43092 42974 -118
- Misses 19876 19998 +122
Partials 1686 1686
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@geido Can we add a test to this scenario? |
@michael-s-molina this is tested here already |
(cherry picked from commit a2bb912)
SUMMARY
Fixes an error for which the /me endpoint was returning 500 instead of 401 when a NoAuthorizationError exception was thrown.
ADDITIONAL INFORMATION