-
Notifications
You must be signed in to change notification settings - Fork 32
🐛♻️ webserver error handling: Fix incorrect error logging for web.HTTPCreated; cleanup success response handling
#7952
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
🐛♻️ webserver error handling: Fix incorrect error logging for web.HTTPCreated; cleanup success response handling
#7952
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7952 +/- ##
==========================================
- Coverage 87.82% 87.62% -0.21%
==========================================
Files 1848 1422 -426
Lines 71250 59060 -12190
Branches 1250 626 -624
==========================================
- Hits 62575 51750 -10825
+ Misses 8313 7100 -1213
+ Partials 362 210 -152
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…r response clarity
…project return type to HTTPCreated
… tests for raw text responses
12e2896 to
f2eeccb
Compare
web.HTTPCreated; cleanup success response handling
|
@mergify queue |
🟠 Waiting for conditions to match
|
|



What do these changes do?
web.HTTPCreatedwas raised in LRTRefactored
create_projectto returnweb.HTTPCreatedinstead of raising it♻️ Cleaned up
web.HTTPSuccessfulhandling inrest_middlewareRelated issue/s
How to test
Dev-ops