[ARVADOS] updated: 1.3.0-729-g39172f297
Git user
git at public.curoverse.com
Tue Apr 9 14:25:54 UTC 2019
Summary of changes:
services/api/config/application.default.yml | 4 ----
services/api/test/unit/job_test.rb | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
via 39172f2972a6c700792d4b071072a0adc2f6f739 (commit)
from 023015bacfded08503d0240d3f71838204d8dcb7 (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 39172f2972a6c700792d4b071072a0adc2f6f739
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Tue Apr 9 10:25:45 2019 -0400
13996: Fix tests.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml
index aca066935..3ad3cac2b 100644
--- a/services/api/config/application.default.yml
+++ b/services/api/config/application.default.yml
@@ -69,10 +69,6 @@ production:
test:
force_ssl: false
cache_classes: true
- public_file_server:
- enabled: true
- headers:
- 'Cache-Control': public, max-age=3600
whiny_nils: true
consider_all_requests_local: true
action_controller.perform_caching: false
diff --git a/services/api/test/unit/job_test.rb b/services/api/test/unit/job_test.rb
index 5a8826256..47ef027f3 100644
--- a/services/api/test/unit/job_test.rb
+++ b/services/api/test/unit/job_test.rb
@@ -672,7 +672,7 @@ class JobTest < ActiveSupport::TestCase
Job.destroy_all
end
assert_equal 0, Job.count
- assert_equal [], Rails.configuration.disable_api_methods
+ assert_equal [], Rails.configuration.API["DisabledAPIs"]
check_enable_legacy_jobs_api
assert_equal Disable_jobs_api_method_list, Rails.configuration.API["DisabledAPIs"]
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list