diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-12 15:09:17 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-12 15:09:17 +0000 |
| commit | d549d413bb69f87ec26661ec96287bb4b25c32ff (patch) | |
| tree | ac50717d0e3db25fd64bd36c1090496c42b24556 /spec/requests/groups | |
| parent | 1caab68312013cae5083460ec8e03796daef9341 (diff) | |
| download | gitlab-ce-d549d413bb69f87ec26661ec96287bb4b25c32ff.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/groups')
| -rw-r--r-- | spec/requests/groups/usage_quotas_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/groups/usage_quotas_controller_spec.rb b/spec/requests/groups/usage_quotas_controller_spec.rb index bddc95434ce..90fd08063f3 100644 --- a/spec/requests/groups/usage_quotas_controller_spec.rb +++ b/spec/requests/groups/usage_quotas_controller_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -RSpec.describe Groups::UsageQuotasController, feature_category: :subscription_cost_management do +RSpec.describe Groups::UsageQuotasController, :with_license, feature_category: :subscription_cost_management do let_it_be(:group) { create(:group) } let_it_be(:subgroup) { create(:group, parent: group) } let_it_be(:user) { create(:user) } |
