mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
DEV: Remove remaining hardcoded ids (#18735)
This commit is contained in:
@ -1136,8 +1136,7 @@ RSpec.describe GroupsController do
|
||||
)
|
||||
end
|
||||
|
||||
fab!(:bot) { Fabricate(:user, id: -999) }
|
||||
|
||||
fab!(:bot) { Fabricate(:bot) }
|
||||
let(:group) { Fabricate(:group, users: [user1, user2, user3, bot]) }
|
||||
|
||||
it "should allow members to be sorted by" do
|
||||
|
Reference in New Issue
Block a user