]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/old_ways_controller_test.rb
Make browse not found pages consistent
[rails.git] / test / controllers / old_ways_controller_test.rb
index 57be1943f2241422938c4654e3de732aaef4fd6b..c7b383202bb45081f2396b4a916e93108f9ab606 100644 (file)
@@ -177,7 +177,7 @@ class OldWaysControllerTest < ActionDispatch::IntegrationTest
   def test_not_found
     get old_way_path(0, 0)
     assert_response :not_found
-    assert_template "old_ways/not_found"
+    assert_template "browse/not_found"
     assert_template :layout => "map"
     assert_select "#sidebar_content", /way #0 version 0 could not be found/
   end