Skip to content

Commit

Permalink
Remove unused failure action in api/base controller spec (mastodon#32905
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mjankowski authored Nov 15, 2024
1 parent 7bd7705 commit 9d3fcc3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/controllers/api/base_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
def success
head 200
end

def failure
FakeService.new
end
end

it 'returns private cache control headers by default' do
Expand Down

0 comments on commit 9d3fcc3

Please sign in to comment.