diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-02-03 11:29:56 +0100 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-02-16 09:19:02 +0100 |
commit | 1a0e54b32d43e2a3de88c20037bd167b1f8563d6 (patch) | |
tree | 21b9a0fe8cc36425b105c5065ec951ea390a177e /app/controllers/groups_controller.rb | |
parent | 297dc70158f905fef4557d1ee6510bcf459a08a9 (diff) | |
download | gitlab-ce-1a0e54b32d43e2a3de88c20037bd167b1f8563d6.tar.gz |
Add tests for Mattermost team creation
Diffstat (limited to 'app/controllers/groups_controller.rb')
-rw-r--r-- | app/controllers/groups_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 7ed54479599..63b37fb5eb3 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -143,6 +143,7 @@ class GroupsController < Groups::ApplicationController :share_with_group_lock, :visibility_level, :parent_id + :create_chat_team ] end |