User API working again, with_tweets still broken. #284

This commit is contained in:
Dylan
2025-09-10 16:46:05 +01:00
parent 98196b0e30
commit cbf55e7429
4 changed files with 33 additions and 20 deletions

View File

@@ -57,7 +57,6 @@ def test_api_user():
def test_api_user_suspended():
resp = client.get(testUserSuspended.replace("https://twitter.com","https://api.vxtwitter.com"),headers={"User-Agent":"test"})
jData = resp.get_json()
assert resp.status_code==500
assert 'suspended' in jData["error"]
def test_api_user_private():