Remove integration test for tombstones because the guy un-privated for some reason
This commit is contained in:
parent
2475f3d3e9
commit
ddb16c9e64
@ -175,11 +175,10 @@ test $(find link_preview_images | wc -l) = $initial_link_preview_images_count #
|
|||||||
|
|
||||||
|
|
||||||
# Test a tweet thread with tombstones
|
# Test a tweet thread with tombstones
|
||||||
tw fetch_tweet https://twitter.com/CovfefeAnon/status/1454526270809726977
|
# 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 = 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 = 1454521424144654344") = 0
|
||||||
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 search
|
# Test search
|
||||||
tw search "from:michaelmalice constitution"
|
tw search "from:michaelmalice constitution"
|
||||||
|
@ -114,7 +114,9 @@ type APICard struct {
|
|||||||
DurationMinutes struct {
|
DurationMinutes struct {
|
||||||
StringValue string `json:"string_value"`
|
StringValue string `json:"string_value"`
|
||||||
} `json:"duration_minutes"`
|
} `json:"duration_minutes"`
|
||||||
|
LastUpdatedAt struct {
|
||||||
|
StringValue string `json:"string_value"`
|
||||||
|
} `json:"last_updated_datetime_utc"`
|
||||||
} `json:"binding_values"`
|
} `json:"binding_values"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user