debug
This commit is contained in:
parent
d83936a66a
commit
853885e2ff
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class ClaimSearchCommand(ClaimTestCase):
|
||||||
# 23829 claim ids makes the request just large enough
|
# 23829 claim ids makes the request just large enough
|
||||||
claim_ids = [
|
claim_ids = [
|
||||||
'0000000000000000000000000000000000000000',
|
'0000000000000000000000000000000000000000',
|
||||||
] * 23829
|
] * 33829
|
||||||
with self.assertRaises(ConnectionResetError):
|
with self.assertRaises(ConnectionResetError):
|
||||||
await self.claim_search(claim_ids=claim_ids)
|
await self.claim_search(claim_ids=claim_ids)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue