X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/57647945b08a74bab02fed6adf947eb9adb8321f..04b9d6e93ca8bd18dca697e56689820516c8c572:/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'],