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

@ -900,6 +900,7 @@ describe PostAction do
Jobs.run_immediately!
post = Fabricate(:post)
user = Fabricate(:user)
stub_image_size
result = PostActionCreator.create(user, post, :spam, message: "WAT")
topic = result.post_action.related_post.topic
reviewable = result.reviewable

View File

@ -22,6 +22,7 @@ describe QuotedPost do
#{post3.full_url}
RAW
stub_image_size
post4 = create_post(topic: topic, raw: raw, post_number: 4, reply_to_post_number: post3.post_number)