Fixed unit test.

This commit is contained in:
Martin Edenhofer 2015-09-20 03:55:01 +02:00
parent 4258bf88b2
commit 71eaa1e833

View file

@ -22,7 +22,7 @@ class EmailProcessBounceTest < ActiveSupport::TestCase
message_id: '<20150830145601.30.608881@edenhofer.zammad.com>', message_id: '<20150830145601.30.608881@edenhofer.zammad.com>',
body: 'some message bounce check', body: 'some message bounce check',
internal: false, internal: false,
sender: Ticket::Article::Sender.where(name: 'Agent').first, sender: Ticket::Article::Sender.where(name: 'Customer').first,
type: Ticket::Article::Type.where(name: 'email').first, type: Ticket::Article::Type.where(name: 'email').first,
updated_by_id: 1, updated_by_id: 1,
created_by_id: 1, created_by_id: 1,