From 6f4c7fa99d5002cc60a99af692106ba395330a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 28 Oct 2024 08:16:37 +0100 Subject: [PATCH] Remove useless skip_action for tests --- modules/backlogs/app/controllers/rb_application_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/backlogs/app/controllers/rb_application_controller.rb b/modules/backlogs/app/controllers/rb_application_controller.rb index fa69a08119b8..37e0502db725 100644 --- a/modules/backlogs/app/controllers/rb_application_controller.rb +++ b/modules/backlogs/app/controllers/rb_application_controller.rb @@ -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"