Fix tweet not found test

This commit is contained in:
Dylan 2023-05-04 23:35:52 +01:00
parent d84938ee08
commit a6eb39e545

View File

@ -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)