mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: remove Nokogumbo references (#13951)
Specs broken after f4720205c0
This commit is contained in:
committed by
GitHub
parent
4c041eb9f5
commit
354c939656
@@ -145,7 +145,7 @@ describe SearchIndexer do
|
||||
end
|
||||
|
||||
it 'should work with invalid HTML' do
|
||||
post.update!(cooked: "<FD>" * Nokogumbo::DEFAULT_MAX_TREE_DEPTH)
|
||||
post.update!(cooked: "<FD>" * Nokogiri::Gumbo::DEFAULT_MAX_TREE_DEPTH)
|
||||
|
||||
SearchIndexer.update_posts_index(
|
||||
post_id: post.id,
|
||||
|
||||
Reference in New Issue
Block a user