test(processor): fix batch expectation

This commit is contained in:
Steven Palma
2025-09-15 22:22:17 +02:00
parent 03891f66da
commit 8063cd5ed3
+1 -1
View File
@@ -1175,4 +1175,4 @@ def test_task_processing_creates_new_transition():
# The task should be processed correctly (wrapped in list)
assert result[TransitionKey.COMPLEMENTARY_DATA]["task"] == ["sort_objects"]
# Original complementary data is also modified (current behavior)
assert original_comp_data["task"] == ["sort_objects"]
assert original_comp_data["task"] == "sort_objects"