0
0
Fork 0

Add spec coverage for media CLI refresh command (#28166)

This commit is contained in:
Matt Jankowski 2023-12-01 09:18:45 -05:00 committed by GitHub
parent 7753e5f715
commit 1564799952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 74 additions and 0 deletions

View file

@ -265,6 +265,7 @@ module Mastodon::CLI
elsif options[:days].present?
scope = MediaAttachment.remote
else
say('Specify the source of media attachments', :red)
exit(1)
end