-
Notifications
You must be signed in to change notification settings - Fork 13k
fix: teams.addMembers API to assign roles properly
#36852
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
Conversation
🦋 Changeset detectedLatest commit: be84134 The changes in this PR will be included in the next version bump. This PR includes changesets to release 39 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #36852 +/- ##
===========================================
- Coverage 66.34% 66.34% -0.01%
===========================================
Files 3324 3324
Lines 111340 111339 -1
Branches 21084 21095 +11
===========================================
- Hits 73872 73871 -1
+ Misses 34777 34776 -1
- Partials 2691 2692 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
abhinavkrin
left a comment
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.
Could we add an api e2e test to verify the fix?
abhinavkrin
left a comment
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.
Looks good to me.
Proposed changes (including videos or screenshots)
The API doesn't assign roles properly to the user subscriptions.
Issue(s)
Steps to test or reproduce
Further comments
SUP-821