summaryrefslogtreecommitdiff
path: root/spec/lib/api/entities/clusters
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-19 12:15:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-19 12:15:59 +0000
commit2017bc90a671eac669f0114b6ef508e151409c4f (patch)
tree79bbbedede417d3ce13ae2e13dd1ad3bb069c975 /spec/lib/api/entities/clusters
parent9450a63064cd1572f030628dbf155f5c047f28c7 (diff)
downloadgitlab-ce-2017bc90a671eac669f0114b6ef508e151409c4f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/api/entities/clusters')
-rw-r--r--spec/lib/api/entities/clusters/agents/authorizations/ci_access_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/api/entities/clusters/agents/authorizations/ci_access_spec.rb b/spec/lib/api/entities/clusters/agents/authorizations/ci_access_spec.rb
index 5f41ae6af4b..4dd20f26dc9 100644
--- a/spec/lib/api/entities/clusters/agents/authorizations/ci_access_spec.rb
+++ b/spec/lib/api/entities/clusters/agents/authorizations/ci_access_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe API::Entities::Clusters::Agents::Authorizations::CiAccess, feature_category: :kubernetes_management do
+RSpec.describe API::Entities::Clusters::Agents::Authorizations::CiAccess, feature_category: :deployment_management do
subject { described_class.new(authorization).as_json }
shared_examples 'generic authorization' do