Update all functional tests to work with the new response format of List
[arvados.git] / services / api / test / functional / arvados / v1 / groups_controller_test.rb
index 15bdd7ef5b93dcfcd86e44a38a5f324f0d7cd947..2e3d6b867b7313bd6d92c3303ce33d658b5d2266 100644 (file)
@@ -4,7 +4,7 @@ class Arvados::V1::GroupsControllerTest < ActionController::TestCase
 
   test "attempt to delete group without read or write access" do
     authorize_with :active
-    post :destroy, id: groups(:private).uuid
+    post :destroy, id: groups(:empty_lonely_group).uuid
     assert_response 404
   end