diff --git a/test_vx.py b/test_vx.py index 0a39ebe..be4bc09 100644 --- a/test_vx.py +++ b/test_vx.py @@ -239,7 +239,7 @@ def test_directEmbed(): def test_message404(): resp = client.get("https://twitter.com/jack/status/12345",headers={"User-Agent":"test"}) assert resp.status_code==200 - assert msgs.tweetNotFound in str(resp.data) + assert msgs.failedToScan in str(resp.data) def test_combine(): twt,e = twitfix.vnfFromCacheOrDL(testMultiMediaTweet)