chore (output format): improves output format

This commit is contained in:
Adil Zouitine
2025-07-06 22:03:37 +02:00
parent 730c7b2f35
commit 83a4338f8b
4 changed files with 487 additions and 63 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ def test_custom_converter():
batch["custom_field"] = "custom_value"
return batch
proc = RobotProcessor([], to_transition=to_tr, to_batch=to_batch)
proc = RobotProcessor([], to_transition=to_tr, to_output=to_batch)
batch = _dummy_batch()
out = proc(batch)