ShrinkUrl: fix tests for x0, broken by #1242

This commit is contained in:
James Lu 2017-10-27 23:48:52 -07:00
parent ec2cf4af37
commit e05f1ae5df
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ class ShrinkUrlTestCase(ChannelPluginTestCase):
(udUrl, r'http://tinyurl.com/u479')],
'ur1': [(sfUrl, r'http://ur1.ca/ceqh8'),
(udUrl, r'http://ur1.ca/9xl9k')],
'x0': [(sfUrl, r'http://x0.no/a53s'),
(udUrl, r'http://x0.no/0l2k')]
'x0': [(sfUrl, r'https://x0.no/a53s'),
(udUrl, r'https://x0.no/0l2k')]
}
if network:
def testShrink(self):