We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67046ae commit 4e770bfCopy full SHA for 4e770bf
tests/abstract.py
@@ -39,6 +39,7 @@ def send_return(self, for_send, method, **kwargs):
39
40
incomings = self.solver.api_client.incomings
41
for_send.update({'key': 'API_KEY'})
42
+ for_send.update({'soft_id': 4580})
43
44
files = for_send.pop('files', {})
45
self.assertEqual(incomings, for_send)
0 commit comments