Commit 92c6d6a2 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'bvl-fix-testing-controller-feature-category' into 'master'

Fix feature category for the TestsController

See merge request gitlab-org/gitlab!50962
parents f10e7bcf 28ae2160
......@@ -6,6 +6,8 @@ module Projects
before_action :authorize_read_build!
before_action :builds, only: [:show]
feature_category :code_testing
def summary
respond_to do |format|
format.json do
......
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