Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2017-12-18 12:58:18 +0300
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2018-01-17 11:55:00 +0300
commiteb5e0e921c017322ad8f9122d897b0cf39c0b294 (patch)
tree890e6a7dec80519788bb56cd80b1b8cf9a0c08c5 /spec/controllers/admin
parentfaadd9e0e4edcb332b41aceabd6c03a796e11978 (diff)
add missing permitted param
Diffstat (limited to 'spec/controllers/admin')
-rw-r--r--spec/controllers/admin/hooks_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/admin/hooks_controller_spec.rb b/spec/controllers/admin/hooks_controller_spec.rb
index e6ba596117a..090a51be7c3 100644
--- a/spec/controllers/admin/hooks_controller_spec.rb
+++ b/spec/controllers/admin/hooks_controller_spec.rb
@@ -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"
}