FIX: remove 'crawl_images' site setting (#14646)

This commit is contained in:
Arpit Jalan
2021-10-19 17:12:29 +05:30
committed by GitHub
parent b9164d22ee
commit d1fc759ac4
19 changed files with 64 additions and 47 deletions

View File

@ -15,6 +15,7 @@ describe User do
end
before do
stub_image_size
Jobs.run_immediately!
SiteSetting.discourse_narrative_bot_enabled = true
end