test: add include_summary parameter to API request test expectations.
Some checks failed
CI / test-python (push) Failing after 4m33s
CI / test-typescript (push) Successful in 10m54s
CI / test-rust (push) Failing after 4m37s

This commit is contained in:
2026-01-26 02:45:23 +00:00
parent 301482c410
commit 8b0da552e1
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ describe('tauri-adapter mapping (core)', () => {
project_id: undefined,
project_ids: [],
include_segments: false,
include_summary: false,
});
});

View File

@@ -149,6 +149,7 @@ describe('createMeetingApi', () => {
project_id: null,
project_ids: ['p1'],
include_segments: true,
include_summary: false,
});
expect(meetingCacheState.cacheMeetings).toHaveBeenCalled();
});