end to end fix by Validating the plan

This commit is contained in:
lda
2026-05-12 18:59:55 +07:00 Verified
parent f90367d471
commit 6b696ff56a
4 changed files with 84 additions and 9 deletions
+3 -1
View File
@@ -360,7 +360,9 @@ def test_broker_saves_and_lists_workflow_deployments() -> None:
def test_broker_runs_non_interrupting_workflow_deployment() -> None:
artifact_store = FileWorkflowArtifactStore(local_temp_root() / "broker_run_artifacts")
artifact_store = FileWorkflowArtifactStore(
local_temp_root() / "broker_run_artifacts"
)
artifact_store.save_artifact(_echo_artifact())
artifact_store.save_deployment(
WorkflowDeployment(