[ARVADOS] updated: 2.1.0-27-gbb131f1aa

Git user git at public.arvados.org
Tue Nov 3 17:10:19 UTC 2020


Summary of changes:
 apps/workbench/test/controllers/container_requests_controller_test.rb | 1 -
 services/api/test/fixtures/container_requests.yml                     | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

       via  bb131f1aa148132bb950a56a5168489498d9911f (commit)
      from  175edca67a4e0c385c077a3af59dc803cb03464a (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 bb131f1aa148132bb950a56a5168489498d9911f
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Tue Nov 3 14:09:44 2020 -0300

    17014: Fixes test.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/apps/workbench/test/controllers/container_requests_controller_test.rb b/apps/workbench/test/controllers/container_requests_controller_test.rb
index 140b59fa5..d306a2ab9 100644
--- a/apps/workbench/test/controllers/container_requests_controller_test.rb
+++ b/apps/workbench/test/controllers/container_requests_controller_test.rb
@@ -137,7 +137,6 @@ class ContainerRequestsControllerTest < ActionController::TestCase
     assert_includes @response.body, "href=\"\/collections/fa7aeb5140e2848d39b416daeef4ffc5+45/foobar\?" # locator on command
     assert_includes @response.body, "href=\"\/collections/fa7aeb5140e2848d39b416daeef4ffc5+45/foo" # mount input1
     assert_includes @response.body, "href=\"\/collections/fa7aeb5140e2848d39b416daeef4ffc5+45/bar" # mount input2
-    assert_includes @response.body, "href=\"\/collections/f9ddda46bb293b6847da984e3aa735db+290" # mount workflow
     assert_includes @response.body, "href=\"#Log\""
     assert_includes @response.body, "href=\"#Provenance\""
   end
diff --git a/services/api/test/fixtures/container_requests.yml b/services/api/test/fixtures/container_requests.yml
index e27af2c98..daaaf4d08 100644
--- a/services/api/test/fixtures/container_requests.yml
+++ b/services/api/test/fixtures/container_requests.yml
@@ -341,8 +341,7 @@ completed_with_input_mounts:
           "location": "keep:fa7aeb5140e2848d39b416daeef4ffc5+45/bar",
         }
       }
-    },
-    "/var/lib/cwl/workflow.json": "keep:f9ddda46bb293b6847da984e3aa735db+290"
+    }
   }
 
 uncommitted:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list