Skip to content

Commit 4e770bf

Browse files
author
2captcha
committed
fix tests
1 parent 67046ae commit 4e770bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/abstract.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def send_return(self, for_send, method, **kwargs):
3939

4040
incomings = self.solver.api_client.incomings
4141
for_send.update({'key': 'API_KEY'})
42+
for_send.update({'soft_id': 4580})
4243

4344
files = for_send.pop('files', {})
4445
self.assertEqual(incomings, for_send)

0 commit comments

Comments
 (0)