11789: Merge branch 'master' into 11789-arvput-exclude-flag
[arvados.git] / services / api / test / unit / group_test.rb
index 8c40d3aa476b3327a3abf5235e6982ceaa5a1df0..a1123b10ca635edbfe195754f8f3bec90d7bccc3 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'test_helper'
 
 class GroupTest < ActiveSupport::TestCase
@@ -14,7 +18,6 @@ class GroupTest < ActiveSupport::TestCase
     # Use the group as the owner of a new object
     s = Specimen.
       create(owner_uuid: groups(:bad_group_has_ownership_cycle_b).uuid)
-    puts s.errors.messages
     assert s.valid?, "ownership should pass validation #{s.errors.messages}"
     assert_equal false, s.save, "should not save object with #{g.uuid} as owner"