X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e1f79d84adc413afa2a1a8d8d06fda9fa5151d49..34e3e51456774127d43408b7ab65c24f41373f62:/test/controllers/notes_controller_test.rb diff --git a/test/controllers/notes_controller_test.rb b/test/controllers/notes_controller_test.rb index 430d018e2..fcb1ca9b8 100644 --- a/test/controllers/notes_controller_test.rb +++ b/test/controllers/notes_controller_test.rb @@ -724,7 +724,7 @@ class NotesControllerTest < ActionController::TestCase end get :feed, {:bbox => "1,1,1.2,1.2", :format => "rss"} - assert_response :success + assert_response :success assert_equal "application/rss+xml", @response.content_type assert_select "rss", :count => 1 do assert_select "channel", :count => 1 do @@ -755,6 +755,6 @@ class NotesControllerTest < ActionController::TestCase assert_response :success get :mine, {:display_name => "non-existent"} - assert_response :not_found + assert_response :not_found end end