-
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
base: master
Are you sure you want to change the base?
🐛 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 88.42% 79.42% -9.01%
==========================================
Files 1545 615 -930
Lines 61627 30853 -30774
Branches 2157 263 -1894
==========================================
- Hits 54495 24505 -29990
+ Misses 6803 6288 -515
+ Partials 329 60 -269
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