X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/57ffe8447e417d98977b11413e0e71a21a84b463..feae60fb6940ee8c6983d29c0f23c2b55fefebc7:/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 ##