mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Convert api/v1/scheduled_statuses controller spec to request spec (#27986)
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
Fabricator(:scheduled_status) do
|
||||
account { Fabricate.build(:account) }
|
||||
scheduled_at { 20.hours.from_now }
|
||||
params { {} }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user