mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 17:21:36 +01:00
6 lines
107 B
Ruby
6 lines
107 B
Ruby
Fabricator(:media_attachment) do
|
|
status_id 1
|
|
file ""
|
|
remote_url "MyString"
|
|
account_id 1
|
|
end
|