[ARVADOS] updated: 1.1.1-244-g6d4667c

Git user git at public.curoverse.com
Thu Dec 14 09:44:45 EST 2017


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

       via  6d4667c55fb00fba62df76e64c10a87ebb522eaf (commit)
      from  335b2d29f9953f6e7767223cb71d1d0f313c9043 (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 6d4667c55fb00fba62df76e64c10a87ebb522eaf
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Dec 14 09:41:03 2017 -0500

    Fix Access-Control-Allow-Headers CORS header tests refs #12060
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/test/integration/cross_origin_test.rb b/services/api/test/integration/cross_origin_test.rb
index 0dd8146..ee2f699 100644
--- a/services/api/test/integration/cross_origin_test.rb
+++ b/services/api/test/integration/cross_origin_test.rb
@@ -69,7 +69,7 @@ class CrossOriginTest < ActionDispatch::IntegrationTest
     %w(GET HEAD POST PUT DELETE).each do |m|
       assert_includes allowed, m, "A-C-A-Methods should include #{m}"
     end
-    assert_equal 'Authorization', response.headers['Access-Control-Allow-Headers']
+    assert_equal 'Authorization, Content-Type', response.headers['Access-Control-Allow-Headers']
   end
 
   def assert_no_cors_headers

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list