diff --git a/tests/integration/blockchain/test_claim_commands.py b/tests/integration/blockchain/test_claim_commands.py index c80624c06..409264f93 100644 --- a/tests/integration/blockchain/test_claim_commands.py +++ b/tests/integration/blockchain/test_claim_commands.py @@ -89,7 +89,7 @@ class ClaimSearchCommand(ClaimTestCase): # 23829 claim ids makes the request just large enough claim_ids = [ '0000000000000000000000000000000000000000', - ] * 23829 + ] * 33829 with self.assertRaises(ConnectionResetError): await self.claim_search(claim_ids=claim_ids)