X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/231177aa29c8c09135d9921956341a5f477cbb7b..1be841589acce5e2748037e8d0045e77deacf79d:/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