X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6baccfaddd190d730b626204e9cf81c2504995bf..59eebc05b2de2c85033237c06d9474d5072b4d1f:/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 ##