mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 23:31:21 +08:00
DEV: Update a defensive test which case is no longer possible (#30640)
Introduced in https://github.com/discourse/discourse/pull/30263, it is also causing flaky tests.
This commit is contained in:
@ -140,7 +140,7 @@ describe "AddUserToGroupThroughCustomField" do
|
||||
fab!(:iowa) { Fabricate(:group, full_name: "Iowa") }
|
||||
fab!(:missouri) { Fabricate(:group, full_name: "Missouri") }
|
||||
|
||||
fab!(:user1) { Fabricate(:user, id: bangalore.id) }
|
||||
fab!(:user1) { Fabricate(:user) }
|
||||
fab!(:user2) { Fabricate(:user) }
|
||||
fab!(:user3) { Fabricate(:user) }
|
||||
fab!(:user4) { Fabricate(:user) }
|
||||
|
Reference in New Issue
Block a user