Commit 5ed8af01 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'rw/testing-feature-category-fix' into 'master'

Moving Terraform reports feature category

See merge request gitlab-org/gitlab!51028
parents bbab9419 480bab68
......@@ -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