Skip to content

Commit

Permalink
Remove useless skip_action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Oct 28, 2024
1 parent 58c576f commit 6f4c7fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/backlogs/app/controllers/rb_application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class RbApplicationController < ApplicationController

before_action :load_sprint_and_project, :check_if_plugin_is_configured, :authorize

skip_before_action :verify_authenticity_token, if: -> { Rails.env.test? }

# Use special backlogs layout to initialize stimulus side-loading legacy backlogs scripts
# and CSS from frontend
layout "backlogs"
Expand Down

0 comments on commit 6f4c7fa

Please sign in to comment.