]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/old_nodes_controller_test.rb
Changed note's first comment body to description
[rails.git] / test / controllers / old_nodes_controller_test.rb
index dea54631628bab70db2d95b0f803f435cea4dbae..8e3a14ab6c8717a5860dbb7a1d8ed2284ce9bad2 100644 (file)
@@ -213,7 +213,7 @@ class OldNodesControllerTest < ActionDispatch::IntegrationTest
   def test_not_found
     get old_node_path(0, 0)
     assert_response :not_found
-    assert_template "old_nodes/not_found"
+    assert_template "browse/not_found"
     assert_template :layout => "map"
     assert_select "#sidebar_content", /node #0 version 0 could not be found/
   end