[ARVADOS] updated: 8f3070e16d4eaa581555f63e74ebe578927bfcce

Git user git at public.curoverse.com
Fri Jul 21 14:16:48 EDT 2017


Summary of changes:
 apps/workbench/test/integration/collections_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8f3070e16d4eaa581555f63e74ebe578927bfcce (commit)
      from  c7187ec723f28d676661ef4f44c9ddcef14b2546 (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 8f3070e16d4eaa581555f63e74ebe578927bfcce
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Fri Jul 21 15:15:57 2017 -0300

    11167: Fixed integration test about collection's sharing link.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at curoverse.com>

diff --git a/apps/workbench/test/integration/collections_test.rb b/apps/workbench/test/integration/collections_test.rb
index 27481c0..abe34ac 100644
--- a/apps/workbench/test/integration/collections_test.rb
+++ b/apps/workbench/test/integration/collections_test.rb
@@ -44,7 +44,7 @@ class CollectionsTest < ActionDispatch::IntegrationTest
   test "creating and uncreating a sharing link" do
     coll_uuid = api_fixture("collections", "collection_owned_by_active", "uuid")
     download_link_re =
-      Regexp.new(Regexp.escape("/collections/download/#{coll_uuid}/"))
+      Regexp.new(Regexp.escape("/c=#{coll_uuid}/"))
     visit page_with_token("active_trustedclient", "/collections/#{coll_uuid}")
     within "#sharing-button" do
       check_sharing(:on, download_link_re)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list