X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/55bf4eda20444c8cd875c0e5f4e464e77b393946..f25b37a8e72716478e7cfae11ab5bf13b7051694:/services/api/test/functional/arvados/v1/containers_controller_test.rb?ds=sidebyside diff --git a/services/api/test/functional/arvados/v1/containers_controller_test.rb b/services/api/test/functional/arvados/v1/containers_controller_test.rb index 588c025cf7..5b8ec0f638 100644 --- a/services/api/test/functional/arvados/v1/containers_controller_test.rb +++ b/services/api/test/functional/arvados/v1/containers_controller_test.rb @@ -97,7 +97,7 @@ class Arvados::V1::ContainersControllerTest < ActionController::TestCase authorize_with :dispatch2 uuid = containers(:locked).uuid post :unlock, params: {id: uuid} - assert_response 422 + assert_response 403 end [