This commit is contained in:
Jack Robison 2020-11-05 15:02:16 -05:00
parent d83936a66a
commit 853885e2ff
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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)