summaryrefslogtreecommitdiff
path: root/spec/controllers
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-08-17 16:15:21 -0700
committerStan Hu <stanhu@gmail.com>2018-08-17 16:16:23 -0700
commit0d95b6bf61d43314869a25c0071d81de247a7c2c (patch)
tree4a3d0e879db0be44cc00b194b5c129fb3f282890 /spec/controllers
parent74eec89ebe0b118f8aba6051f53d5dbe5e68c2d1 (diff)
downloadgitlab-ce-0d95b6bf61d43314869a25c0071d81de247a7c2c.tar.gz
Fix "Confidential comments" button not saving in project hookssh-fix-confidential-note-option
Closes #50440
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/projects/hooks_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/projects/hooks_controller_spec.rb b/spec/controllers/projects/hooks_controller_spec.rb
index 0f3033b0933..7d3a8c3d0d3 100644
--- a/spec/controllers/projects/hooks_controller_spec.rb
+++ b/spec/controllers/projects/hooks_controller_spec.rb
@@ -30,6 +30,7 @@ describe Projects::HooksController do
tag_push_events: true,
merge_requests_events: true,
issues_events: true,
+ confidential_note_events: true,
confidential_issues_events: true,
note_events: true,
job_events: true,