Change integration test for search again due to upstream stupidity

This commit is contained in:
Alessio 2024-06-10 18:33:59 -07:00
parent 033fe3409f
commit b23a6a7e05

View File

@ -355,7 +355,7 @@ tw --session Offline_Twatter.session list_followed > /dev/null # Dummy operatio
# Test search
tw search "from:michaelmalice constitution"
# 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 $(sqlite3 twitter.db "select count(*) from tweets where user_id = 44067298 and text like '%constitution%'") -gt "5" # Not sure exactly how many
# Test fetching user Likes