Commit 28ae2160 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Fix feature category for the TestsController

This controller incorrectly inherited continuous_integration as the
feature category from the
Projects::Pipelines::ApplicationController. This fixes that so the
metrics for this controller show up on the testing group's dashboard.
parent f8971bea
......@@ -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