refactor(download): remove useless turbo of menu since it's not dynamic anymore

This commit is contained in:
Colin Darie 2024-11-13 18:13:56 +01:00
parent eabc43ce53
commit 9bec007dfa
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
4 changed files with 1 additions and 19 deletions

View file

@ -59,7 +59,6 @@ describe Administrateurs::ExportsController, type: :controller do
end
it 'responds in the correct format' do
expect(response.media_type).to eq('text/vnd.turbo-stream.html')
expect(response).to have_http_status(:ok)
end
end