summaryrefslogtreecommitdiff
path: root/spec/lib/security/weak_passwords_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-24 03:07:49 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-24 03:07:49 +0000
commit201a883bdfaf5dcb73142139cec70c10134f5b2c (patch)
treeb1c70fa61d6f92fdccc88d6deaae4fa201481869 /spec/lib/security/weak_passwords_spec.rb
parent0abfd0b478192436e7328469320923a04885a3b7 (diff)
downloadgitlab-ce-201a883bdfaf5dcb73142139cec70c10134f5b2c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/security/weak_passwords_spec.rb')
-rw-r--r--spec/lib/security/weak_passwords_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/security/weak_passwords_spec.rb b/spec/lib/security/weak_passwords_spec.rb
index afa9448e746..14bab5ee6ec 100644
--- a/spec/lib/security/weak_passwords_spec.rb
+++ b/spec/lib/security/weak_passwords_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Security::WeakPasswords, feature_category: :authentication_and_authorization do
+RSpec.describe Security::WeakPasswords, feature_category: :system_access do
describe "#weak_for_user?" do
using RSpec::Parameterized::TableSyntax