X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1d8e66016c4cdf465d06198cfbbfe76613ed3bfc..9a32033209545a69d60cbd551e6bd975cda64341:/test/integration/short_link_test.rb diff --git a/test/integration/short_link_test.rb b/test/integration/short_link_test.rb index 91f939a52..3f2d65a27 100644 --- a/test/integration/short_link_test.rb +++ b/test/integration/short_link_test.rb @@ -6,7 +6,7 @@ class ShortLinkTest < ActionController::IntegrationTest # kept in the redirect. def test_short_link_params assert_short_link_redirect('1N8H@P_5W') - assert_short_link_redirect('euu4oTas==') + assert_short_link_redirect(ShortLink::encode(-0.107846, 51.50771, 18)) end ##