mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-07-10 16:23:44 +00:00
test: Complete orchestrator status fixture
This commit is contained in:
parent
268a8a21e3
commit
7d88a41478
1 changed files with 8 additions and 0 deletions
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue