summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/functional/search_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb
index 446b5488b..9e48e7f2e 100644
--- a/test/functional/search_controller_test.rb
+++ b/test/functional/search_controller_test.rb
@@ -124,7 +124,7 @@ class SearchControllerTest < ActionController::TestCase
def test_search_content
Issue.update_all("description = 'This is a searchkeywordinthecontent'", "id=1")
-
+
get :index, :id => 1, :q => 'searchkeywordinthecontent', :titles_only => ''
assert_equal false, assigns(:titles_only)
results = assigns(:results)