Commit bf80e15e authored by Rémy Coutable's avatar Rémy Coutable

Fix the trigger name in Groups::HooksController#test to push_events

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 3702fdde
...@@ -29,7 +29,7 @@ class Groups::HooksController < Groups::ApplicationController ...@@ -29,7 +29,7 @@ class Groups::HooksController < Groups::ApplicationController
def test def test
if @group.first_non_empty_project if @group.first_non_empty_project
service = TestHooks::ProjectService.new(hook, current_user, 'push_hooks') service = TestHooks::ProjectService.new(hook, current_user, 'push_events')
service.project = @group.first_non_empty_project service.project = @group.first_non_empty_project
result = service.execute result = service.execute
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment