Use https when redirecting to the render server
This commit is contained in:
parent
ab926ef4e6
commit
96cc9abd23
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ class ExportControllerTest < ActionController::TestCase
|
|||
def test_finish_mapnik
|
||||
get :finish, :params => { :minlon => 0, :minlat => 50, :maxlon => 1, :maxlat => 51, :format => "mapnik", :mapnik_format => "test", :mapnik_scale => "12" }
|
||||
assert_response :redirect
|
||||
assert_redirected_to "http://render.openstreetmap.org/cgi-bin/export?bbox=0.0,50.0,1.0,51.0&scale=12&format=test"
|
||||
assert_redirected_to "https://render.openstreetmap.org/cgi-bin/export?bbox=0.0,50.0,1.0,51.0&scale=12&format=test"
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue