X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ea9592e911a3ccdbbbfeed8812b67e968fe1cc5f..1875ddb761e4ae2909d2afe0718f3d0ad5f3ce0f:/services/api/test/unit/owner_test.rb diff --git a/services/api/test/unit/owner_test.rb b/services/api/test/unit/owner_test.rb index f159294f6b..c177bc3901 100644 --- a/services/api/test/unit/owner_test.rb +++ b/services/api/test/unit/owner_test.rb @@ -73,7 +73,7 @@ class OwnerTest < ActiveSupport::TestCase end end - ['users(:active)', 'groups(:afolder)'].each do |ofixt| + ['users(:active)', 'groups(:aproject)'].each do |ofixt| test "delete #{ofixt} that owns other objects" do o = eval ofixt assert_equal(true, Specimen.where(owner_uuid: o.uuid).any?,