Remove unused failure action in api/base controller spec (#32905)

This commit is contained in:
Matt Jankowski 2024-11-15 11:10:20 -05:00 committed by GitHub
parent 7bd7705f59
commit 9d3fcc3546
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,10 +7,6 @@ RSpec.describe Api::BaseController do
def success
head 200
end
def failure
FakeService.new
end
end
it 'returns private cache control headers by default' do