mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 08:39:26 +08:00
DEV: Fix the broken build caused by 1e8f216.
This commit is contained in:
parent
5bca1aec48
commit
83314d1534
@ -60,7 +60,7 @@ describe Topic do
|
||||
|
||||
expect(topic_status_update.topic).to eq(staff_topic)
|
||||
expect(topic_status_update.execute_at).to eq_time(2.hours.from_now)
|
||||
expect(topic_status_update.user).to eq(admin)
|
||||
expect(topic_status_update.user).to eq(Discourse.system_user)
|
||||
|
||||
args = job_klass.jobs.last['args'].first
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user