0
0
Fork 0

Revert "Support animated PNGs in media attachments (#28516)" (#33334)

This commit is contained in:
Claire 2024-12-17 11:52:59 +01:00 committed by GitHub
parent 02748f172d
commit 1712543c68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 183 additions and 123 deletions

View file

@ -137,7 +137,7 @@ RSpec.describe 'Media' do
end
context 'with image/gif', :attachment_processing do
let(:params) { { file: fixture_file_upload('600x400.gif', 'image/gif') } }
let(:params) { { file: fixture_file_upload('attachment.gif', 'image/gif') } }
it_behaves_like 'a successful media upload', 'image'
end