X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c992d51fe230bdc5d76d6d5b8d5b856e762e0744..43d60108daf5f097b81afd2200273713e244b9b7:/test/controllers/old_ways_controller_test.rb?ds=inline diff --git a/test/controllers/old_ways_controller_test.rb b/test/controllers/old_ways_controller_test.rb index 57be1943f..c7b383202 100644 --- a/test/controllers/old_ways_controller_test.rb +++ b/test/controllers/old_ways_controller_test.rb @@ -177,7 +177,7 @@ class OldWaysControllerTest < ActionDispatch::IntegrationTest def test_not_found get old_way_path(0, 0) assert_response :not_found - assert_template "old_ways/not_found" + assert_template "browse/not_found" assert_template :layout => "map" assert_select "#sidebar_content", /way #0 version 0 could not be found/ end