8937: Merge branch 'master' into 8937-arvput-cached-tokens
[arvados.git] / apps / workbench / test / controllers / search_controller_test.rb
index 2156c7016066b8043d42dc53c452c4223222cb75..c57d70533efa23e90a07dd64982c4c1cbcd2f655 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'test_helper'
 
 class SearchControllerTest < ActionController::TestCase
@@ -48,7 +52,7 @@ class SearchControllerTest < ActionController::TestCase
     }, session_for(:active)
     assert_response :success
     assert_not_empty(json_response['content'],
-                 'search results for empty project should be empty')
+                 'search results for aproject should not be empty')
     items = []
     json_response['content'].scan /<div[^>]+>/ do |div_tag|
       div_tag.scan(/\ data-object-uuid=\"(.*?)\"/).each do |uuid,|