-
Notifications
You must be signed in to change notification settings - Fork 252
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_: cancel request to join to a community #6360
Conversation
Jenkins BuildsClick to see older builds (41)
|
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.
Ran the test suite and nothing broke.
@ulisesmac I imagine this is because the tests, like TestCancelRequestAccess
are not not asserting the message was sent to each privileged member using the sender's identity, which I understood is what the fix is now forcing by setting the Sender
to nil.
c0ff445
to
14059e4
Compare
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.
LGTM. I see you're facing jenkins/prs/tests
failure, pls rebase your PR which should improve your XP now. @ulisesmac
14059e4
to
cbad454
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6360 +/- ##
===========================================
+ Coverage 61.02% 61.04% +0.02%
===========================================
Files 843 843
Lines 108209 108210 +1
===========================================
+ Hits 66034 66061 +27
+ Misses 34541 34526 -15
+ Partials 7634 7623 -11
Flags with carried forward coverage won't be shown. Click here to find out more.
|
cbad454
to
1d713e4
Compare
1d713e4
to
8149807
Compare
Tested by QA and approved here: So the PR is going to be merged |
Fixes the issue originally reported here:
Where the "cancel request to join" action threw an error,
Ran the test suite and nothing broke.
Thanks to @osmaczko for the solution