Skip to content

Commit 37d33cf

Browse files
committed
test(web): update profile-patch expectation for model field
1 parent f366a41 commit 37d33cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/kimi-web/test/workspace-state.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ describe('useWorkspaceState — startSessionAndActivateSkill', () => {
638638
// Activation must NOT have started while /profile is still pending.
639639
await new Promise((r) => setTimeout(r, 0));
640640
expect(persistSessionProfile).toHaveBeenCalledWith(
641-
{ planMode: true, swarmMode: true, permissionMode: 'auto', thinking: 'high' },
641+
{ model: undefined, planMode: true, swarmMode: true, permissionMode: 'auto', thinking: 'high' },
642642
'sess_new',
643643
);
644644
expect(activateSkill).not.toHaveBeenCalled();

0 commit comments

Comments
 (0)