From: RouxRC Date: Mon, 23 Nov 2015 19:49:25 +0000 (+0100) Subject: adapt tests to now full https twitter X-Git-Url: https://jfr.im/git/z_archive/twitter.git/commitdiff_plain/15ea270b76053effb114a3f423a2215506a4e24d adapt tests to now full https twitter --- diff --git a/tests/test_sanity.py b/tests/test_sanity.py index 38725f1..36f0ad8 100644 --- a/tests/test_sanity.py +++ b/tests/test_sanity.py @@ -52,7 +52,7 @@ def test_API_set_unicode_tweet(): def clean_link(text): - pos = text.find(" http://t.co") + pos = text.find(" https://t.co") if pos != -1: return text[:pos] return text