Merge branch '2879-job-api-docker-images'
[arvados.git] / services / api / test / unit / group_test.rb
index 597af62ec83aa82baf96548837e74bd3c8372603..97977a5d56be7ba87bd8c2c93938b41ec36902b2 100644 (file)
@@ -18,7 +18,7 @@ class GroupTest < ActiveSupport::TestCase
     assert_equal false, s.save, "should not save object with #{g.uuid} as owner"
 
     # Use the group as the new owner of an existing object
-    s = specimens(:in_afolder)
+    s = specimens(:in_aproject)
     s.owner_uuid = groups(:bad_group_has_ownership_cycle_b).uuid
     assert s.valid?, "ownership should pass validation"
     assert_equal false, s.save, "should not save object with #{g.uuid} as owner"