Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/types/ci/job_base_field_spec.rb')
-rw-r--r--spec/graphql/types/ci/job_base_field_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/graphql/types/ci/job_base_field_spec.rb b/spec/graphql/types/ci/job_base_field_spec.rb
index ec7d2a7d33a..c2bf73526d2 100644
--- a/spec/graphql/types/ci/job_base_field_spec.rb
+++ b/spec/graphql/types/ci/job_base_field_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Types::Ci::JobBaseField, feature_category: :runner_fleet do
+RSpec.describe Types::Ci::JobBaseField, feature_category: :fleet_visibility do
describe 'authorized?' do
let_it_be(:current_user) { create(:user) }