From 7d88a414784a27d5eda0a53dd3674337eb665d67 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 1 Jun 2026 21:36:15 -0400 Subject: [PATCH] test: Complete orchestrator status fixture --- packages/api/src/skills/sync/orchestrator.spec.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/api/src/skills/sync/orchestrator.spec.ts b/packages/api/src/skills/sync/orchestrator.spec.ts index a42b2d2696..702e08d269 100644 --- a/packages/api/src/skills/sync/orchestrator.spec.ts +++ b/packages/api/src/skills/sync/orchestrator.spec.ts @@ -52,6 +52,14 @@ function statusFromConfig(config: SkillSyncConfig | undefined): RunnerStatus { syncedFileCount: 0, deletedSkillCount: 0, deletedFileCount: 0, + errorCode: undefined, + errorMessage: undefined, + startedAt: undefined, + finishedAt: undefined, + lastSuccessAt: undefined, + lastFailureAt: undefined, + createdAt: undefined, + updatedAt: undefined, })) ?? [], credentials: [], fineGrainedTokenRecommendation: 'Use a GitHub fine-grained personal access token.',