Attempt to fix #107 (Cannot replicate locally)

This commit is contained in:
Dylan
2023-07-02 14:56:14 +01:00
parent 45f272f218
commit 8133482d49
3 changed files with 9 additions and 6 deletions

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.failedToScan in str(resp.data)
assert "Failed to scan your link!" in str(resp.data)
def test_combine():
twt,e = twitfix.vnfFromCacheOrDL(testMultiMediaTweet)