def test_batch_upsert(self, client):
     tasks = snippets.batch_upsert(client)
     client.entities_to_delete.extend(tasks)
     assert tasks
Beispiel #2
0
 def test_batch_upsert(self, client):
     tasks = snippets.batch_upsert(client)
     client.entities_to_delete.extend(tasks)
     assert tasks