diff --git a/test/integration_test_helper.rb b/test/integration_test_helper.rb index b68ced88e..e124cab15 100644 --- a/test/integration_test_helper.rb +++ b/test/integration_test_helper.rb @@ -20,7 +20,6 @@ class ActiveSupport::TestCase Cache.clear # set current user - puts 'reset UserInfo.current_user_id' UserInfo.current_user_id = nil end diff --git a/test/test_helper.rb b/test/test_helper.rb index cdc1e9abc..3aae9664a 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -36,7 +36,6 @@ class ActiveSupport::TestCase Cache.clear # set current user - puts 'reset UserInfo.current_user_id' UserInfo.current_user_id = nil end