X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/73dbf5bf94b162e5e9ed74cb60f17ee2c7018059..cc952178056bf6d29471f6986306fb673dcf394a:/apps/workbench/test/controllers/disabled_api_test.rb diff --git a/apps/workbench/test/controllers/disabled_api_test.rb b/apps/workbench/test/controllers/disabled_api_test.rb index 55c7b24092..913f2b9728 100644 --- a/apps/workbench/test/controllers/disabled_api_test.rb +++ b/apps/workbench/test/controllers/disabled_api_test.rb @@ -1,7 +1,14 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'test_helper' require 'helpers/share_object_helper' class DisabledApiTest < ActionController::TestCase + reset_api_fixtures :after_each_test, false + reset_api_fixtures :after_suite, false + test "dashboard recent processes when pipeline_instance index API is disabled" do @controller = ProjectsController.new @@ -15,7 +22,7 @@ class DisabledApiTest < ActionController::TestCase assert_includes @response.body, "Run a process" end - test "dashboard compute node status when pipeline_instance index API is disabled" do + test "dashboard compute node status not shown when pipeline_instance index API is disabled" do @controller = ProjectsController.new dd = ArvadosApiClient.new_or_current.discovery.deep_dup