mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
FIX: Use correct version when generating file path for optimized image (#6871)
This commit is contained in:
@ -5,4 +5,5 @@ Fabricator(:optimized_image) do
|
||||
width 100
|
||||
height 200
|
||||
url "138569_100x200.png"
|
||||
version OptimizedImage::VERSION
|
||||
end
|
||||
|
Reference in New Issue
Block a user