We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fb3bd commit db4c5e6Copy full SHA for db4c5e6
1 file changed
addons/mail/tests/test_call_artifact.py
@@ -47,7 +47,7 @@ def test_admin_access(self):
47
def test_user_access_member(self):
48
# Membership grants read access to the channel's calls,
49
# which in turn grants read access to the call's artifacts
50
- self.channel.add_members(partner_ids=[self.user_employee.partner_id.id])
+ self.channel._add_members(partners=self.user_employee.partner_id)
51
artifact = self.artifact.with_user(self.user_employee)
52
53
self.assertTrue(artifact.read(["start_ms"]), "Channel member should be able to read artifact")
0 commit comments