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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-24 06:07:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-24 06:07:49 +0300
commit201a883bdfaf5dcb73142139cec70c10134f5b2c (patch)
treeb1c70fa61d6f92fdccc88d6deaae4fa201481869 /spec/features/callouts
parent0abfd0b478192436e7328469320923a04885a3b7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/callouts')
-rw-r--r--spec/features/callouts/registration_enabled_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/callouts/registration_enabled_spec.rb b/spec/features/callouts/registration_enabled_spec.rb
index 15c900592a1..3282a40854d 100644
--- a/spec/features/callouts/registration_enabled_spec.rb
+++ b/spec/features/callouts/registration_enabled_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe 'Registration enabled callout', feature_category: :authentication_and_authorization do
+RSpec.describe 'Registration enabled callout', feature_category: :system_access do
let_it_be(:admin) { create(:admin) }
let_it_be(:non_admin) { create(:user) }
let_it_be(:project) { create(:project) }