diff --git a/test/unit/notification_factory_test.rb b/test/unit/notification_factory_test.rb index 632e2ada3..ad82e4ade 100644 --- a/test/unit/notification_factory_test.rb +++ b/test/unit/notification_factory_test.rb @@ -86,7 +86,7 @@ class NotificationFactoryTest < ActiveSupport::TestCase { :locale => 'de', :string => 'Body #{article.body}, Group: #{ticket.group.name}', - :result => 'Body > some text, Group: Users', + :result => 'Body some text, Group: Users', }, { :locale => 'de', @@ -145,8 +145,8 @@ class NotificationFactoryTest < ActiveSupport::TestCase { :locale => 'de', :string => 'Body #{article.body}, Group: #{ticket.group.name}', - :result => 'Body > some text -> next line, Group: Users', + :result => 'Body some text +next line, Group: Users', }, ] tests.each { |test|