From fff7dfac8eacc858fd72f6b41becf40bc726216f Mon Sep 17 00:00:00 2001 From: pku-xht Date: Mon, 10 Aug 2026 19:33:24 +0800 Subject: [PATCH] test(workflow): follow locale settings prerequisites --- packages/client/ui-workflow-run/tests/workflow-run.spec.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/ui-workflow-run/tests/workflow-run.spec.tsx b/packages/client/ui-workflow-run/tests/workflow-run.spec.tsx index 8e3019df19..71ca4109a7 100644 --- a/packages/client/ui-workflow-run/tests/workflow-run.spec.tsx +++ b/packages/client/ui-workflow-run/tests/workflow-run.spec.tsx @@ -478,6 +478,7 @@ describe('plugin lifecycle', () => { it('registers and removes the Definition and keyed renderer with its fiber', async () => { const ctx = new Context() await ctx.plugin(SlotsService).await() + ctx.provide('connection', { api: { settings: {} }, isLoopback: false } as never) await ctx.plugin(ConversationEventRegistry).await() await ctx.plugin(TestSessions).await() ctx.slots.register({