mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 23:13:39 +08:00
Fix the build.
This commit is contained in:
parent
d839a42bf9
commit
202b839208
@ -3,7 +3,7 @@ require 'rails_helper'
|
||||
describe Jobs::CleanUpEmailLogs do
|
||||
|
||||
before do
|
||||
Fabricate(:email_log, created_at: 2.years.ago, reply_key: "something")
|
||||
Fabricate(:email_log, created_at: 2.years.ago, reply_key: SecureRandom.hex)
|
||||
Fabricate(:email_log, created_at: 2.years.ago)
|
||||
Fabricate(:email_log, created_at: 2.weeks.ago)
|
||||
Fabricate(:email_log, created_at: 2.days.ago)
|
||||
|
Loading…
x
Reference in New Issue
Block a user