mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:23:22 +08:00
FIX: Add skip_validations in one more place for narrative bot plugin
Followup to bbb814e58e3f4494c8597f5200fb250300673959
This commit is contained in:
@ -131,7 +131,6 @@ RSpec.describe DiscourseNarrativeBot::AdvancedUserNarrative do
|
||||
narrative.reset_bot(user, other_post)
|
||||
|
||||
expect(Topic.last.title).to eq(I18n.t('discourse_narrative_bot.advanced_user_narrative.title'))
|
||||
expect(new_post.topic.id).to_not eq(topic.id)
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user