19146: Add can_write/can_manage to users#list, fix select=can_*.
[arvados.git] / services / api / test / functional / arvados / v1 / containers_controller_test.rb
index 588c025cf79e0b1aba6c1b4ac2d37966ca207899..5b8ec0f6383c7dd4042e8197b7853786eae63afe 100644 (file)
@@ -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
 
   [