[ARVADOS] updated: 1.3.0-2544-gbf405fdd4

Git user git at public.arvados.org
Tue May 12 13:53:10 UTC 2020


Summary of changes:
 .../api/test/functional/arvados/v1/keep_services_controller_test.rb     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  bf405fdd498f60f43179621510398c5a270f9ea1 (commit)
      from  f03578e82ee77ded83387b27b275fa442933203b (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 bf405fdd498f60f43179621510398c5a270f9ea1
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Tue May 12 09:52:40 2020 -0400

    16392: Update test.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/services/api/test/functional/arvados/v1/keep_services_controller_test.rb b/services/api/test/functional/arvados/v1/keep_services_controller_test.rb
index 867ab35e7..ce1d447f1 100644
--- a/services/api/test/functional/arvados/v1/keep_services_controller_test.rb
+++ b/services/api/test/functional/arvados/v1/keep_services_controller_test.rb
@@ -54,7 +54,7 @@ class Arvados::V1::KeepServicesControllerTest < ActionController::TestCase
       headers: auth(:active)
     assert_response :success
     json_response['items'].each do |svc|
-      url = "#{svc['service_ssl_flag'] ? 'https' : 'http'}://#{svc['service_host']}:#{svc['service_port']}"
+      url = "#{svc['service_ssl_flag'] ? 'https' : 'http'}://#{svc['service_host']}:#{svc['service_port']}/"
       assert_equal true, expect_rvz.has_key?(url), "#{url} does not match any configured service: expecting #{expect_rvz}"
       rvz = expect_rvz[url]
       if rvz.is_a? String

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list