[ARVADOS] updated: 1.3.0-1089-gee655972c
Git user
git at public.curoverse.com
Mon Jun 17 21:08:59 UTC 2019
Summary of changes:
services/api/test/functional/arvados/v1/containers_controller_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ee655972c729a727b56e1dd302a025dd96ad1aa7 (commit)
from d5628158b1bebe822a4b8b160e0edecce364077b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit ee655972c729a727b56e1dd302a025dd96ad1aa7
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Mon Jun 17 17:08:50 2019 -0400
15295: Fix test
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
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 588c025cf..5b8ec0f63 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
[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list