Fixed wrong test.

This commit is contained in:
Martin Edenhofer 2015-01-04 21:31:45 +01:00
parent 1005219a0b
commit c36993fd18

View file

@ -416,7 +416,7 @@ class TicketNotificationTest < ActiveSupport::TestCase
assert_match( /Priorität/, body )
assert_match( /1 niedrig/, body )
assert_match( /3 normal/, body )
assert_match( /2 normal/, body )
end