Merge branch 'master' into 3036-collection-uuids
[arvados.git] / services / api / test / unit / group_test.rb
index 8c40d3aa476b3327a3abf5235e6982ceaa5a1df0..9e0e4fc5463ba5cb5ab565335b950fa4a6646dbf 100644 (file)
@@ -14,7 +14,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"