[ARVADOS] updated: 1.3.0-999-g0d5c86670

Git user git at public.curoverse.com
Tue Jun 4 19:36:45 UTC 2019


Summary of changes:
 services/api/test/integration/collections_api_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  0d5c86670e4ac37e4caceafabd9d6c65d2a89265 (commit)
      from  9052027ce0c8e3f3a338b4b1541bf4119185c327 (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 0d5c86670e4ac37e4caceafabd9d6c65d2a89265
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Tue Jun 4 16:36:19 2019 -0300

    15306: Removes trailing slash on test.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/services/api/test/integration/collections_api_test.rb b/services/api/test/integration/collections_api_test.rb
index b7194b679..49c3cb425 100644
--- a/services/api/test/integration/collections_api_test.rb
+++ b/services/api/test/integration/collections_api_test.rb
@@ -291,7 +291,7 @@ class CollectionsApiTest < ActionDispatch::IntegrationTest
       assert_not_nil json_response['items']
       assert_equal truthiness, json_response['items'].collect {|c| c['uuid']}.include?(expired_col.uuid)
       # Try #show next
-      get("/arvados/v1/collections/#{expired_col.uuid}/?include_trash=#{param}",
+      get("/arvados/v1/collections/#{expired_col.uuid}?include_trash=#{param}",
         headers: auth(:active))
       if truthiness
         assert_response :success

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list