Remove integration test for tombstones because the guy un-privated for some reason

This commit is contained in:
Alessio 2021-12-12 16:14:11 -08:00
parent 2475f3d3e9
commit ddb16c9e64
2 changed files with 7 additions and 6 deletions

View File

@ -175,11 +175,10 @@ 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 = 1454521424144654344") = 0
test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454522147750260742") = 1
# tw fetch_tweet https://twitter.com/CovfefeAnon/status/1454526270809726977 # TODO: This guy un-privated for some reason
# test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454515503242829830") = 1
# test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454521424144654344") = 0
# test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454522147750260742") = 1
# Test search
tw search "from:michaelmalice constitution"

View File

@ -114,7 +114,9 @@ type APICard struct {
DurationMinutes struct {
StringValue string `json:"string_value"`
} `json:"duration_minutes"`
LastUpdatedAt struct {
StringValue string `json:"string_value"`
} `json:"last_updated_datetime_utc"`
} `json:"binding_values"`
}