temporarily disable an integration test because some schmuck unprivated his account
This commit is contained in:
parent
faac7e9b16
commit
418187f925
@ -297,9 +297,9 @@ test $(find link_preview_images | wc -l) = $initial_link_preview_images_count #
|
||||
|
||||
# Test a tweet thread with tombstones
|
||||
tw fetch_tweet https://twitter.com/CovfefeAnon/status/1454526270809726977
|
||||
test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454515503242829830") = 1
|
||||
# test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454515503242829830") = 1 # TODO: he unprivated temporarily
|
||||
test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454521424144654344") = 1
|
||||
test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454522147750260742") = 1
|
||||
# test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454522147750260742") = 1
|
||||
test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454526270809726977") = 0
|
||||
# Check that it downloaded the fetchable user's profile image
|
||||
test $(find profile_images/WhaleTherapist_profile* | wc -l) -ne 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user