diff --git a/test/unit/ticket_notification_test.rb b/test/unit/ticket_notification_test.rb index 2f5108afb..816d3adf3 100644 --- a/test/unit/ticket_notification_test.rb +++ b/test/unit/ticket_notification_test.rb @@ -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