summaryrefslogtreecommitdiff
path: root/db/fixtures/development/18_abuse_reports.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/18_abuse_reports.rb')
-rw-r--r--db/fixtures/development/18_abuse_reports.rb2
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 b06beca35e9..88d2f784852 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: Gitlab::Password.test_default
+ password: '12345678'
)
::AbuseReport.create(reporter: ::User.take, user: reported_user, message: 'User sends spam')