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