X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19d0b4c509ec720f9ffc1ea13f758c5825308834..fad09fd18d6c364f358f3d7c5782b4d0360c68ab:/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