diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-10 15:14:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-10 15:14:26 +0000 |
commit | 53716bea26fa76ac7176f51bbef672ffcdcd1ba4 (patch) | |
tree | e7df7f7921aec99f3d2c20bc5c7284d1e8997007 /db/fixtures | |
parent | d85be261b2898166676be4f329a548f61e2917f4 (diff) | |
download | gitlab-ce-53716bea26fa76ac7176f51bbef672ffcdcd1ba4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/18_abuse_reports.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/18_abuse_reports.rb b/db/fixtures/development/18_abuse_reports.rb index 88d2f784852..b06beca35e9 100644 --- a/db/fixtures/development/18_abuse_reports.rb +++ b/db/fixtures/development/18_abuse_reports.rb @@ -11,7 +11,7 @@ module Db name: FFaker::Name.name, email: FFaker::Internet.email, confirmed_at: DateTime.now, - password: '12345678' + password: Gitlab::Password.test_default ) ::AbuseReport.create(reporter: ::User.take, user: reported_user, message: 'User sends spam') |