mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-03-09 14:35:34 +00:00
when the test suite was written tags were default disabled
This commit is contained in:
parent
8d93b68f80
commit
5beaa359b7
@ -159,6 +159,8 @@ RSpec.describe DiscourseChat::Manager do
|
||||
DiscourseChat::Rule.create!(channel: chan1, filter: 'follow', category_id: nil, tags: [tag1.name])
|
||||
DiscourseChat::Rule.create!(channel: chan1, filter: 'watch', type: 'group_message', group_id: group.id)
|
||||
DiscourseChat::Rule.create!(channel: chan2, filter: 'watch', category_id: 1, tags: nil)
|
||||
|
||||
SiteSetting.tagging_enabled = false
|
||||
end
|
||||
|
||||
it 'displays the correct rules' do
|
||||
|
Loading…
x
Reference in New Issue
Block a user