X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/04017d0e7a827568f8124e92c0c53b265d23eb87..321f8cecdc8044625a8951cbcdd94c6c1c8f83f5:/test/functional/old_node_controller_test.rb diff --git a/test/functional/old_node_controller_test.rb b/test/functional/old_node_controller_test.rb index 44edc06a2..ac318f84b 100644 --- a/test/functional/old_node_controller_test.rb +++ b/test/functional/old_node_controller_test.rb @@ -156,7 +156,7 @@ class OldNodeControllerTest < ActionController::TestCase def check_not_found_id_version(id, version) get :version, :id => id, :version => version assert_response :not_found - rescue ActionController::RoutingError => ex + rescue ActionController::UrlGenerationError => ex assert_match /No route matches/, ex.to_s end