Skip to content

Commit

Permalink
Fix: update renamed field in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cubells committed Feb 8, 2017
1 parent c0b2dcd commit 589600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail_tracking/tests/test_mail_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_message_post(self):
'subject': 'Message test',
'author_id': self.sender.id,
'email_from': self.sender.email,
'type': 'comment',
'message_type': 'comment',
'model': 'res.partner',
'res_id': self.recipient.id,
'partner_ids': [(4, self.recipient.id)],
Expand Down

0 comments on commit 589600d

Please sign in to comment.