mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
FIX: remove 'crawl_images' site setting (#14646)
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user