You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add test verifying 401 responses are not tagged as errors
Adds a test endpoint returning 401 and a corresponding test that confirms
Scout's Starlette/FastAPI middleware correctly tracks 401 Unauthorized
responses without tagging them as errors. Only 5xx responses trigger the
error tag, so a FastAPI OAuth2 empty bearer token rejection (which returns
401) is properly categorized as a client error, not a server error.
Closes#838
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments