From 03c082ab4b98bb5a3da23150e9ac2e0b953a901a Mon Sep 17 00:00:00 2001 From: Alessio Date: Thu, 30 May 2024 00:03:54 -0700 Subject: [PATCH] Disable pagination in the 'twitter search' integration test because it's been disabled upstream --- cmd/tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/tests.sh b/cmd/tests.sh index da62401..5317bba 100755 --- a/cmd/tests.sh +++ b/cmd/tests.sh @@ -350,7 +350,8 @@ tw --session Offline_Twatter.session list_followed > /dev/null # Dummy operatio # Test search tw search "from:michaelmalice constitution" -test $(sqlite3 twitter.db "select count(*) from tweets where user_id = 44067298 and text like '%constitution%'") -gt "30" # Not sure exactly how many +# Update 2024-05-30: the default search page doesn't paginate anymore +test $(sqlite3 twitter.db "select count(*) from tweets where user_id = 44067298 and text like '%constitution%'") -gt "20" # Not sure exactly how many # Test fetching user Likes