12167: Improve request-id tracking in Workbench.
[arvados.git] / services / api / test / test_helper.rb
index 38f44c5d9b54ed4557bdfbf9be8c8376146357b9..d874bc4f1ffebd2777cdc9e7ec392e907eceb7d7 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 ENV["RAILS_ENV"] = "test"
 unless ENV["NO_COVERAGE_TEST"]
   begin
@@ -63,7 +67,6 @@ class ActiveSupport::TestCase
     Thread.current[:api_client] = nil
     Thread.current[:user] = nil
     restore_configuration
-    User.invalidate_permissions_cache
   end
 
   def assert_equal(expect, *args)