mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 04:39:26 +01:00
ShrinkUrl: Fix tinyurl.com test
This commit is contained in:
parent
11e79e44c5
commit
36800ed4bc
@ -37,8 +37,8 @@ class ShrinkUrlTestCase(ChannelPluginTestCase):
|
|||||||
sfUrl ='http://sourceforge.net/p/supybot/bugs/?source=navbar'
|
sfUrl ='http://sourceforge.net/p/supybot/bugs/?source=navbar'
|
||||||
udUrl = 'http://www.urbandictionary.com/define.php?' \
|
udUrl = 'http://www.urbandictionary.com/define.php?' \
|
||||||
'term=all+your+base+are+belong+to+us'
|
'term=all+your+base+are+belong+to+us'
|
||||||
tests = {'tiny': [(sfUrl, r'http://tinyurl.com/b7wyvfz'),
|
tests = {'tiny': [(sfUrl, r'https://tinyurl.com/b7wyvfz'),
|
||||||
(udUrl, r'http://tinyurl.com/u479')],
|
(udUrl, r'https://tinyurl.com/u479')],
|
||||||
'ur1': [(sfUrl, r'http://ur1.ca/ceqh8'),
|
'ur1': [(sfUrl, r'http://ur1.ca/ceqh8'),
|
||||||
(udUrl, r'http://ur1.ca/9xl9k')],
|
(udUrl, r'http://ur1.ca/9xl9k')],
|
||||||
'x0': [(sfUrl, r'https://x0.no/a53s'),
|
'x0': [(sfUrl, r'https://x0.no/a53s'),
|
||||||
|
Loading…
Reference in New Issue
Block a user