mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FIX: remove 'crawl_images' site setting (#14646)
This commit is contained in:
@ -107,6 +107,7 @@ describe UsernameChanger do
|
||||
end
|
||||
|
||||
def create_post_and_change_username(args = {}, &block)
|
||||
stub_image_size
|
||||
post = create_post(args.merge(topic_id: topic.id))
|
||||
|
||||
args.delete(:revisions)&.each do |revision|
|
||||
|
Reference in New Issue
Block a user