Align gateway execution target test with thread binding
This commit is contained in:
parent
23adf1f176
commit
2098623fd2
@ -97,14 +97,8 @@ void main() {
|
||||
'session-1',
|
||||
);
|
||||
expect(
|
||||
controller.assistantExecutionTargetForSession('session-1').isGateway,
|
||||
isTrue,
|
||||
);
|
||||
expect(
|
||||
assistantExecutionTargetFromExecutionMode(
|
||||
record.executionBinding.executionMode,
|
||||
),
|
||||
AssistantExecutionTarget.gateway,
|
||||
record.executionBinding.executionMode,
|
||||
ThreadExecutionMode.gateway,
|
||||
);
|
||||
expect(
|
||||
controller.assistantProviderForSession('session-1'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user