regression test for #612
This commit is contained in:
@@ -637,7 +637,9 @@ def process_invite_code(user,code): # pragma: no cover
|
||||
return (0,'The invitation has expired')
|
||||
|
||||
t = invitation.team
|
||||
|
||||
result, comment = add_member(t.id,r)
|
||||
|
||||
if not result:
|
||||
return (result,"The member couldn't be added")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user