mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add missing fields to Upload Fabricator (#6448)
This commit is contained in:
committed by
Régis Hanol
parent
d902bb90ae
commit
b8a1196b6b
@@ -5,6 +5,8 @@ Fabricator(:upload) do
|
||||
filesize 1234
|
||||
width 100
|
||||
height 200
|
||||
thumbnail_width 30
|
||||
thumbnail_height 60
|
||||
|
||||
url do |attrs|
|
||||
sequence(:url) do |n|
|
||||
|
||||
Reference in New Issue
Block a user