-
Notifications
You must be signed in to change notification settings - Fork 27
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 URL serialization in /invitations:extract
endpoint
#6808
🐛 Fix URL serialization in /invitations:extract
endpoint
#6808
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6808 +/- ##
==========================================
- Coverage 87.94% 82.20% -5.74%
==========================================
Files 1550 619 -931
Lines 61749 32457 -29292
Branches 2164 400 -1764
==========================================
- Hits 54303 26682 -27621
+ Misses 7117 5705 -1412
+ Partials 329 70 -259
Continue to review full report in Codecov by Sentry.
|
services/web/server/src/simcore_service_webserver/invitations/_client.py
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
What do these changes do?
Fix the invitation URL serialization in the request body when hitting the
/invitations:extract
endpoint.Related issue/s
How to test
Dev-ops checklist