12377: Update workbench test breaking since 484246ac0.
[arvados.git] / apps / workbench / test / controllers / disabled_api_test.rb
index 55c7b2409231a6bde640be7ca51f7c65805e0967..90cb23b90daf7b74a124048e57ba7348e2b6a41e 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'test_helper'
 require 'helpers/share_object_helper'
 
@@ -15,7 +19,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