Skip to content

Commit 1a90c09

Browse files
committed
test: adjust for updated scoping
1 parent d247d33 commit 1a90c09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/spec/zeebe/ZeebeVariableResolver.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ describe('ZeebeVariableResolver', function() {
14091409
],
14101410
scope: 'ai-agent-chat-with-tools'
14111411
},
1412-
{ name: 'toolCallResults', origin: [ 'AI_Agent' ], scope: 'ai-agent-chat-with-tools' },
1412+
{ name: 'toolCallResults', origin: [ 'AI_Agent' ], scope: 'AI_Agent' },
14131413
{
14141414
name: 'data',
14151415
scope: 'AI_Agent',
@@ -1520,7 +1520,6 @@ describe('ZeebeVariableResolver', function() {
15201520

15211521
// then
15221522
expect(variables).to.variableEqual([
1523-
{ name: 'toolCallResults', scope: 'ai-agent-chat-with-tools' },
15241523
{ name: 'toolCallResult', scope: 'ai-agent-chat-with-tools' },
15251524
{ name: 'agent', origin: [ 'AI_Agent' ], scope: 'ai-agent-chat-with-tools' }
15261525
]);

0 commit comments

Comments
 (0)