Fixed short link integration test so that it would have caught a bug in shortlink charset.
This commit is contained in:
parent
57ffe8447e
commit
feae60fb69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue