summaryrefslogtreecommitdiff
path: root/spec/migrations/20220802204737_remove_deactivated_user_highest_role_stats_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-07 21:09:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-07 21:09:58 +0000
commit919e3e3cd83e76dba137ef9bcc4746214c2085ff (patch)
tree4e9799b9c6193583896ea1f05137815ff9782796 /spec/migrations/20220802204737_remove_deactivated_user_highest_role_stats_spec.rb
parent6cae2159b8ce1e84fad48f3dbd5368995cbd87b1 (diff)
downloadgitlab-ce-919e3e3cd83e76dba137ef9bcc4746214c2085ff.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/migrations/20220802204737_remove_deactivated_user_highest_role_stats_spec.rb')
-rw-r--r--spec/migrations/20220802204737_remove_deactivated_user_highest_role_stats_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/20220802204737_remove_deactivated_user_highest_role_stats_spec.rb b/spec/migrations/20220802204737_remove_deactivated_user_highest_role_stats_spec.rb
index dd77ce503b8..36c65612bb9 100644
--- a/spec/migrations/20220802204737_remove_deactivated_user_highest_role_stats_spec.rb
+++ b/spec/migrations/20220802204737_remove_deactivated_user_highest_role_stats_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require_migration!
-RSpec.describe RemoveDeactivatedUserHighestRoleStats, feature_category: :utilization do
+RSpec.describe RemoveDeactivatedUserHighestRoleStats, feature_category: :subscription_cost_management do
let!(:users) { table(:users) }
let!(:user_highest_roles) { table(:user_highest_roles) }