[ARVADOS] updated: 1.1.4-627-g66fc74001

Git user git at public.curoverse.com
Mon Jul 16 11:41:26 EDT 2018


Summary of changes:
 services/api/test/integration/cross_origin_test.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  66fc74001e777ac7ceff2b02cfc459b1368f42f3 (commit)
      from  b3c1156e1d4ed9f15a36bc51f2cd125a65aab3d3 (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 66fc74001e777ac7ceff2b02cfc459b1368f42f3
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Mon Jul 16 11:40:55 2018 -0400

    13493: Update CORS OPTIONS test.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/api/test/integration/cross_origin_test.rb b/services/api/test/integration/cross_origin_test.rb
index ee2f69933..5109ea46a 100644
--- a/services/api/test/integration/cross_origin_test.rb
+++ b/services/api/test/integration/cross_origin_test.rb
@@ -36,11 +36,11 @@ class CrossOriginTest < ActionDispatch::IntegrationTest
   ['/arvados/v1/collections',
    '/arvados/v1/users',
    '/arvados/v1/api_client_authorizations'].each do |path|
-    test "CORS headers are set and body is stub at OPTIONS #{path}" do
+    test "CORS headers are set and body is empty at OPTIONS #{path}" do
       options path, {}, {}
       assert_response :success
       assert_cors_headers
-      assert_equal '-', response.body
+      assert_equal '', response.body
     end
 
     test "CORS headers are set at authenticated GET #{path}" do

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list