X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c992d51fe230bdc5d76d6d5b8d5b856e762e0744..2c19c2143ec51e507d19b41fb6c89454b3d83dfc:/test/controllers/old_nodes_controller_test.rb diff --git a/test/controllers/old_nodes_controller_test.rb b/test/controllers/old_nodes_controller_test.rb index dea546316..8e3a14ab6 100644 --- a/test/controllers/old_nodes_controller_test.rb +++ b/test/controllers/old_nodes_controller_test.rb @@ -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