prevent party inviter's email address being used as a Reply-To

This commit is contained in:
Alys
2016-02-27 18:48:41 +10:00
parent 82c4f91317
commit cc5f794f3d
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' }
]
);
});