X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d4667c55fb00fba62df76e64c10a87ebb522eaf..d63756d4e3c12c637c34cebe6208e582e67f1924:/services/api/test/integration/cross_origin_test.rb diff --git a/services/api/test/integration/cross_origin_test.rb b/services/api/test/integration/cross_origin_test.rb index ee2f699339..5109ea46a6 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