[ARVADOS] updated: 1.2.0-177-gcf36960c2
Git user
git at public.curoverse.com
Mon Oct 15 11:10:15 EDT 2018
Summary of changes:
services/api/test/integration/remote_user_test.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via cf36960c259c4f81c3c8758c9f18dc42db7e03fa (commit)
from 9277fdba1f3df9468b4d4e2a8f150bca635e48fb (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 cf36960c259c4f81c3c8758c9f18dc42db7e03fa
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Mon Oct 15 11:09:58 2018 -0400
14260: Add invalid remote token test
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/api/test/integration/remote_user_test.rb b/services/api/test/integration/remote_user_test.rb
index 84e8a9439..0e61db7bc 100644
--- a/services/api/test/integration/remote_user_test.rb
+++ b/services/api/test/integration/remote_user_test.rb
@@ -264,7 +264,8 @@ class RemoteUsersTest < ActionDispatch::IntegrationTest
test 'container request with runtime_token' do
[["valid local", "v2/#{api_client_authorizations(:active).uuid}/#{api_client_authorizations(:active).api_token}"],
["valid remote", "v2/zbbbb-gj3su-000000000000000/abc"],
- ["invalid local", "v2/#{api_client_authorizations(:active).uuid}/fakefakefake"]
+ ["invalid local", "v2/#{api_client_authorizations(:active).uuid}/fakefakefake"],
+ ["invalid remote", "v2/zbork-gj3su-000000000000000/abc"],
].each do |label, runtime_token|
post '/arvados/v1/container_requests', {
"container_request" => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list