X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..f4e29905263efbb2eafdedad6a5c050ba559efd8:/test/controllers/export_controller_test.rb diff --git a/test/controllers/export_controller_test.rb b/test/controllers/export_controller_test.rb index 94cf6cf52..daaf193c8 100644 --- a/test/controllers/export_controller_test.rb +++ b/test/controllers/export_controller_test.rb @@ -19,7 +19,7 @@ class ExportControllerTest < ActionController::TestCase def test_finish_osm get :finish, :params => { :minlon => 0, :minlat => 50, :maxlon => 1, :maxlat => 51, :format => "osm" } assert_response :redirect - assert_redirected_to "controller" => "api", "action" => "map", "bbox" => "0.0,50.0,1.0,51.0" + assert_redirected_to "controller" => "api/map", "action" => "index", "bbox" => "0.0,50.0,1.0,51.0" end ###