-
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
base: develop
Are you sure you want to change the base?
Conversation
Jenkins BuildsClick to see older builds (25)
|
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.09% 61.09% -0.01%
===========================================
Files 867 867
Lines 112673 112674 +1
===========================================
- Hits 68843 68834 -9
- Misses 35851 35862 +11
+ Partials 7979 7978 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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