style: format draft diagnostics regression

This commit is contained in:
lda
2026-06-29 22:27:26 +07:00 Verified
parent 5cc9d5b0be
commit c926eb52d4
+1 -3
View File
@@ -1097,9 +1097,7 @@ async def test_add_step_rejects_unknown_single_outcome_route_with_repair(
async def test_add_step_rejects_missing_outcomes_only_with_repair(
tmp_path: Path,
) -> None:
artifact_store = FileWorkflowArtifactStore(
tmp_path / "drafts_missing_outcome_only"
)
artifact_store = FileWorkflowArtifactStore(tmp_path / "drafts_missing_outcome_only")
api, service, authoring = _draft_api(artifact_store, register_echo=True)
service.register_specs("demo.personal", _snapshot_tool)
await api.create_draft_workspace(