X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4176b6f82084d1bc2d55092f0b79c5723015bd51..20153f57b0bebe11a12ee9462851c18342edff1f:/apps/workbench/test/controllers/healthcheck_controller_test.rb diff --git a/apps/workbench/test/controllers/healthcheck_controller_test.rb b/apps/workbench/test/controllers/healthcheck_controller_test.rb index 9a63a29e8f..45726e5a64 100644 --- a/apps/workbench/test/controllers/healthcheck_controller_test.rb +++ b/apps/workbench/test/controllers/healthcheck_controller_test.rb @@ -5,6 +5,9 @@ require 'test_helper' class HealthcheckControllerTest < ActionController::TestCase + reset_api_fixtures :after_each_test, false + reset_api_fixtures :after_suite, false + [ [false, nil, 404, 'disabled'], [true, nil, 401, 'authorization required'],