X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fa8ab6f3576881b80e2edf4b9066ca15f46f05b4..dff5bfa5afbdd49bf0003b75583b7120f21b7df7:/services/api/test/functional/arvados/v1/groups_controller_test.rb diff --git a/services/api/test/functional/arvados/v1/groups_controller_test.rb b/services/api/test/functional/arvados/v1/groups_controller_test.rb index 15bdd7ef5b..2e3d6b867b 100644 --- a/services/api/test/functional/arvados/v1/groups_controller_test.rb +++ b/services/api/test/functional/arvados/v1/groups_controller_test.rb @@ -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