From e05f1ae5dfbe9a1a4419dd93d746b06e2b019b67 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 27 Oct 2017 23:48:52 -0700 Subject: [PATCH] ShrinkUrl: fix tests for x0, broken by #1242 --- plugins/ShrinkUrl/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ShrinkUrl/test.py b/plugins/ShrinkUrl/test.py index 79810515c..971a5b201 100644 --- a/plugins/ShrinkUrl/test.py +++ b/plugins/ShrinkUrl/test.py @@ -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):