def test_basic_query(self, waiting_client): tasks = snippets.basic_query(waiting_client) waiting_client.entities_to_delete.extend(tasks) assert tasks
def test_basic_query(self, client): tasks = snippets.basic_query(client) client.entities_to_delete.extend(tasks) assert tasks