20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / app / controllers / workflows_controller.rb
index b7f99e855e69dab591e633d9a07a54baa6f03282..4d78ca7ed92f834086b91c6f83a04d31ea2e94b1 100644 (file)
@@ -4,7 +4,7 @@
 
 class WorkflowsController < ApplicationController
   skip_around_action :require_thread_api_token, if: proc { |ctrl|
-    Rails.configuration.anonymous_user_token and
+    !Rails.configuration.Users.AnonymousUserToken.empty? and
     'show' == ctrl.action_name
   }