test: add include_summary parameter to API request test expectations.
This commit is contained in:
@@ -27,6 +27,7 @@ describe('tauri-adapter mapping (core)', () => {
|
||||
project_id: undefined,
|
||||
project_ids: [],
|
||||
include_segments: false,
|
||||
include_summary: false,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -149,6 +149,7 @@ describe('createMeetingApi', () => {
|
||||
project_id: null,
|
||||
project_ids: ['p1'],
|
||||
include_segments: true,
|
||||
include_summary: false,
|
||||
});
|
||||
expect(meetingCacheState.cacheMeetings).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user