remove the choice of paging on the timeline public filtered test (otherwise it needs updating every time you add statuses ...)

This commit is contained in:
kim 2024-12-03 16:06:21 +00:00
commit 8edb57a782

View file

@ -102,8 +102,8 @@ func (suite *PublicTestSuite) TestPublicTimelineGetHideFiltered() {
requester = suite.testAccounts["local_account_1"]
maxID = ""
sinceID = ""
minID = "01F8MHAAY43M6RJ473VQFCVH36" // 1 before filteredStatus
limit = 10
minID = ""
limit = 100
local = false
filteredStatus = suite.testStatuses["admin_account_status_2"]
filteredStatusFound = false