20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / app / controllers / websocket_controller.rb
index e6fa5afade6180d1c2d65757b7518a84e06dd6d3..35993dc20edfcbb3e0397979a790c68177aa7cea 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 class WebsocketController < ApplicationController
-  skip_before_filter :find_objects_for_index
+  skip_before_action :find_objects_for_index, raise: false
 
   def index
   end