mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 21:59:34 +08:00
This reverts commit c7e3d27624b05b9f316822439ea39efb0edfe699 due to test failures. This is temporary.
This commit is contained in:
@ -7,7 +7,7 @@ describe Chat::ChannelArchiveService do
|
||||
end
|
||||
|
||||
fab!(:channel) { Fabricate(:category_channel) }
|
||||
fab!(:user) { Fabricate(:user, admin: true, refresh_auto_groups: true) }
|
||||
fab!(:user) { Fabricate(:user, admin: true) }
|
||||
fab!(:category)
|
||||
|
||||
let(:topic_params) { { topic_title: "This will be a new topic", category_id: category.id } }
|
||||
|
Reference in New Issue
Block a user