mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 05:53:52 +08:00
DEV: Remove remaining hardcoded ids (#18735)
This commit is contained in:
@ -2801,7 +2801,7 @@ RSpec.describe Topic do
|
||||
end
|
||||
|
||||
describe '#pm_with_non_human_user?' do
|
||||
fab!(:robot) { Fabricate(:user, id: -3) }
|
||||
fab!(:robot) { Fabricate(:bot) }
|
||||
|
||||
fab!(:topic) do
|
||||
topic = Fabricate(:private_message_topic,
|
||||
|
Reference in New Issue
Block a user