From 6302b3d5abc2d08f506fa6db0787d1fbfcede9ef Mon Sep 17 00:00:00 2001 From: Alessio Date: Sun, 1 Jan 2023 20:27:35 -0500 Subject: [PATCH] Fix integration test (pompilivs deleted his account) --- cmd/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/tests.sh b/cmd/tests.sh index 7e0cab0..f640add 100755 --- a/cmd/tests.sh +++ b/cmd/tests.sh @@ -144,9 +144,9 @@ test "$(sqlite3 twitter.db "select choice1_votes, choice2_votes, choice3_votes, # Fetch a tweet with a Twitter Space -tw fetch_tweet https://twitter.com/pompilivs/status/1497647006445146113 +tw fetch_tweet https://twitter.com/lndian_Bronson/status/1569875562784608256 test $(sqlite3 twitter.db "select count(*) from spaces") = "1" -test $(sqlite3 twitter.db "select space_id from tweets where id = 1497647006445146113") = "1dRJZlRNZDzKB" +test $(sqlite3 twitter.db "select space_id from tweets where id = 1569875562784608256") = "1dRJZMzeDpNGB" # Download a full thread test ! -e profile_images/default_profile.png