diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-28 12:24:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-28 12:24:04 +0200 |
commit | c04120c1c512bd515fceccc70d0c7cf0a6bf4cb7 (patch) | |
tree | eff0b7eb71fc6d409010ee6118a60654558050e4 /app/services/notification_service.rb | |
parent | f49a2ac0df978eaf897a8c8b28a202ae9a01165f (diff) | |
download | gitlab-ce-c04120c1c512bd515fceccc70d0c7cf0a6bf4cb7.tar.gz |
Improve notification service tests
Diffstat (limited to 'app/services/notification_service.rb')
-rw-r--r-- | app/services/notification_service.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notification_service.rb b/app/services/notification_service.rb index c53a6cc5c19..a9978a95f79 100644 --- a/app/services/notification_service.rb +++ b/app/services/notification_service.rb @@ -33,7 +33,7 @@ class NotificationService # * project team members with notification level higher then Participating # def close_issue(issue, current_user) - close_resource_email(issue, current_user, 'close_issue_email') + close_resource_email(issue, current_user, 'closed_issue_email') end # When we reassign an issue we should send next emails: |