Fix tweet not found test
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user