Removed wrong test.

This commit is contained in:
Martin Edenhofer 2015-01-23 11:44:12 +01:00
parent b49d087817
commit fbba548e0b

View file

@ -440,8 +440,6 @@ class TicketNotificationTest < ActiveSupport::TestCase
# de template
template = bg.template_update(agent1, ticket1, article, human_changes)
assert( template[:subject] )
assert( template[:subject] )
assert_match( /Bobs's resumé/, template[:subject] )
assert( template[:body] )
assert_match( /Priority/, template[:body] )
assert_match( /1 low/, template[:body] )