Skip to content

Commit 6deb0b3

Browse files
author
Roman Snapko
committed
Update context enrichment test to reflect new error message format for unresolved variables
1 parent dbf13b5 commit 6deb0b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/server/api/test/unit/ai/context-enrichment.service.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ describe('ContextEnrichmentService', () => {
399399
variables: [
400400
{
401401
name: 'variable1',
402-
value: 'Error resolving variable: Engine error',
402+
value:
403+
'Failed to resolve variable: Step not found in the workflow.',
403404
},
404405
],
405406
},

0 commit comments

Comments
 (0)