ShrinkUrl: Fix tinyurl.com test

This commit is contained in:
Valentin Lorentz 2021-03-09 23:12:54 +01:00
parent 11e79e44c5
commit 36800ed4bc
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ class ShrinkUrlTestCase(ChannelPluginTestCase):
sfUrl ='http://sourceforge.net/p/supybot/bugs/?source=navbar'
udUrl = 'http://www.urbandictionary.com/define.php?' \
'term=all+your+base+are+belong+to+us'
tests = {'tiny': [(sfUrl, r'http://tinyurl.com/b7wyvfz'),
(udUrl, r'http://tinyurl.com/u479')],
tests = {'tiny': [(sfUrl, r'https://tinyurl.com/b7wyvfz'),
(udUrl, r'https://tinyurl.com/u479')],
'ur1': [(sfUrl, r'http://ur1.ca/ceqh8'),
(udUrl, r'http://ur1.ca/9xl9k')],
'x0': [(sfUrl, r'https://x0.no/a53s'),