X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/231177aa29c8c09135d9921956341a5f477cbb7b..fdb3a7a102f5c9c438542e6edcf042dbbfda2e07:/test/controllers/old_relations_controller_test.rb diff --git a/test/controllers/old_relations_controller_test.rb b/test/controllers/old_relations_controller_test.rb index 395c89c2c..3ede1842b 100644 --- a/test/controllers/old_relations_controller_test.rb +++ b/test/controllers/old_relations_controller_test.rb @@ -172,7 +172,7 @@ class OldRelationsControllerTest < ActionDispatch::IntegrationTest def test_not_found get old_relation_path(0, 0) assert_response :not_found - assert_template "old_relations/not_found" + assert_template "browse/not_found" assert_template :layout => "map" assert_select "#sidebar_content", /relation #0 version 0 could not be found/ end