diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-24 03:07:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-24 03:07:49 +0000 |
commit | 201a883bdfaf5dcb73142139cec70c10134f5b2c (patch) | |
tree | b1c70fa61d6f92fdccc88d6deaae4fa201481869 /spec/lib/security/weak_passwords_spec.rb | |
parent | 0abfd0b478192436e7328469320923a04885a3b7 (diff) | |
download | gitlab-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.rb | 2 |
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 |