mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: Remove remaining hardcoded ids (#18735)
This commit is contained in:
@ -23,7 +23,7 @@ RSpec.describe PostValidator do
|
||||
end
|
||||
|
||||
context "when post's topic is a PM between a human and a non human user" do
|
||||
fab!(:robot) { Fabricate(:user, id: -3) }
|
||||
fab!(:robot) { Fabricate(:bot) }
|
||||
fab!(:user) { Fabricate(:user) }
|
||||
|
||||
let(:topic) do
|
||||
|
Reference in New Issue
Block a user