X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/fcf08b18143f8c562b50f4ea283ed625c016557f..ed074882c9ea578b4fb22c2613f71989b6558ce1:/tests/test_sanity.py diff --git a/tests/test_sanity.py b/tests/test_sanity.py index c2e94ea..b1038ac 100644 --- a/tests/test_sanity.py +++ b/tests/test_sanity.py @@ -66,7 +66,7 @@ def test_API_set_unicode_tweet(): def test_search(): # In 1.1, search works on api.twitter.com not search.twitter.com # and requires authorisation - results = twitter11.search(q='foo') + results = twitter11.search.tweets(q='foo') assert results