Update short link test results
This commit is contained in:
parent
4a97b04179
commit
e84ed734aa
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ class ShortLinksTest < ActionController::IntegrationTest
|
|||
# utility method to test short links
|
||||
def assert_short_link_redirect(short_link)
|
||||
lon, lat, zoom = ShortLink::decode(short_link)
|
||||
anchor = "#{zoom}/#{lat}/#{lon}"
|
||||
anchor = "map=#{zoom}/#{lat}/#{lon}"
|
||||
|
||||
# test without marker
|
||||
get '/go/' + short_link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue