Commit 480bab68 authored by rickywiens's avatar rickywiens

Moving Terraform reports feature category

- Terraform reports are owned by the configure group. This commit fixes
  the feature category in the merge_request_controller.
parent 6dc17497
......@@ -69,8 +69,9 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
:toggle_award_emoji, :toggle_subscription, :update
]
feature_category :code_testing, [:test_reports, :coverage_reports, :terraform_reports]
feature_category :code_testing, [:test_reports, :coverage_reports]
feature_category :accessibility_testing, [:accessibility_reports]
feature_category :infrastructure_as_code, [:terraform_reports]
def index
@merge_requests = @issuables
......
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