Merge branch 'develop' into api-v3-session-invite

This commit is contained in:
Matteo Pagliazzi
2016-02-27 12:04:39 +01:00
2 changed files with 3 additions and 7 deletions

View File

@@ -111,8 +111,7 @@ describe('Groups Controller', function() {
'invite-friend',
[
{ name: 'LINK', content: '?partyInvite=http://link.com' },
{ name: 'INVITER', content: 'inviter' },
{ name: 'REPLY_TO_ADDRESS', content: 'inviter@example.com' }
{ name: 'INVITER', content: 'inviter' }
]
);
});