X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..dcd20d41fde4216345a20ddfa950b40de74b85b5:/services/api/test/functional/database_controller_test.rb diff --git a/services/api/test/functional/database_controller_test.rb b/services/api/test/functional/database_controller_test.rb index 4bda0d0f11..324a7ffb39 100644 --- a/services/api/test/functional/database_controller_test.rb +++ b/services/api/test/functional/database_controller_test.rb @@ -15,7 +15,7 @@ class DatabaseControllerTest < ActionController::TestCase begin Rails.env = 'production' Rails.application.reload_routes! - assert_raises ActionController::RoutingError do + assert_raises ActionController::UrlGenerationError do post :reset end ensure