X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c992d51fe230bdc5d76d6d5b8d5b856e762e0744..687429482f3a35bfcf1c828c4223c257b8c556ca:/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