]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/old_relations_controller_test.rb
Make browse not found pages consistent
[rails.git] / test / controllers / old_relations_controller_test.rb
index 395c89c2c93a01a91e8002c30c3465721ba37c2b..3ede1842b5d35137602c92dde30a3ddf1e83f9b2 100644 (file)
@@ -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