Merge branch '3112-report-bug' into 3620-admin-only-gear-menu
[arvados.git] / services / api / test / unit / owner_test.rb
index f159294f6b64c3b3f705f31ea3e91729a593be74..c177bc3901cdc74db85d448b32222eb586bedcb1 100644 (file)
@@ -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?,