Commit eb5e0e92 authored by Alexis Reigel's avatar Alexis Reigel

add missing permitted param

parent faadd9e0
......@@ -62,6 +62,7 @@ class Admin::HooksController < Admin::ApplicationController
:push_events,
:tag_push_events,
:repository_update_events,
:merge_requests_events,
:token,
:url
)
......
......@@ -14,6 +14,7 @@ describe Admin::HooksController do
push_events: true,
tag_push_events: true,
repository_update_events: true,
merge_requests_events: true,
token: "TEST TOKEN",
url: "http://example.com"
}
......
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