Fixed unit tests

This commit is contained in:
2025-07-13 18:11:17 +02:00
parent f3deeaefd1
commit ed793995fb
3 changed files with 39 additions and 55 deletions

View File

@@ -43,7 +43,7 @@ class WorkflowComponentRuntimeState:
Represents the runtime state of a single workflow component.
"""
id: str
state: ComponentState = ComponentState.NOT_RUN
state: ComponentState = ComponentState.SUCCESS
error_message: str | None = None