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-01-10 15:09:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-10 15:09:05 +0300
commitfbf183eebe154eea4734f80975dd403f08173398 (patch)
tree4a91625645e09eea05e38dba28b1e849bde59ec2 /spec/features/callouts
parent14b71b2795e7765989101241ee89d7bfa55bd838 (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 1ea52dbf12a..ac7b68876da 100644
--- a/spec/features/callouts/registration_enabled_spec.rb
+++ b/spec/features/callouts/registration_enabled_spec.rb
@@ -13,7 +13,7 @@ RSpec.describe 'Registration enabled callout', feature_category: :authentication
stub_application_setting(signup_enabled: true)
end
- context 'when an admin is logged in' do
+ context 'when an admin is logged in', :do_not_mock_admin_mode_setting do
before do
sign_in(admin)
end