]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/notes_controller_test.rb
Improve code style, fix tests
[rails.git] / test / controllers / notes_controller_test.rb
index 1ebce60b53dcfa8659612e0f31a0b7061005e9f7..e4401d6e9ee1a0c6f9861ac148121a5e2dd80843 100644 (file)
@@ -912,9 +912,6 @@ class NotesControllerTest < ActionController::TestCase
   end
 
   def test_search_bad_params
-    get :search
-    assert_response :bad_request
-
     get :search, :params => { :q => "no match", :limit => "0", :format => "json" }
     assert_response :bad_request