-
Notifications
You must be signed in to change notification settings - Fork 0
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
bug/django 4 webhook fix #909
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #909 +/- ##
==========================================
+ Coverage 63.46% 63.47% +0.01%
==========================================
Files 432 431 -1
Lines 12406 12404 -2
Branches 2585 2585
==========================================
Hits 7873 7873
+ Misses 4317 4315 -2
Partials 216 216
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Validated this in dev.cep. Thanks for the quick fix.
Deployment is available in dev.cep.
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.
Works in dev
* testing webhook fix * cleanup
* testing webhook fix * cleanup
Overview
Quick fix for webhooks not working after Django 4 upgrade
Changes
asgi.py
and removed the mapping previously defined inrouting.py
Testing