Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2captcha committed Apr 27, 2024
1 parent 67046ae commit 4e770bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def send_return(self, for_send, method, **kwargs):

incomings = self.solver.api_client.incomings
for_send.update({'key': 'API_KEY'})
for_send.update({'soft_id': 4580})

files = for_send.pop('files', {})
self.assertEqual(incomings, for_send)
Expand Down

0 comments on commit 4e770bf

Please sign in to comment.