X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c992d51fe230bdc5d76d6d5b8d5b856e762e0744..fdb3a7a102f5c9c438542e6edcf042dbbfda2e07:/test/controllers/old_ways_controller_test.rb 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