We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87709f0 commit 26b90f8Copy full SHA for 26b90f8
__tests__/call.test.ts
@@ -144,7 +144,7 @@ describe('call API', () => {
144
session: '<session id>',
145
}),
146
).rejects.toThrowError(
147
- `Stream error code 16: GetCallStats failed with error: "call report not found for cid:default:${callId} session_id:<session id>"`,
+ `Stream error code 16: GetCallStats failed with error: "call session not found"`,
148
);
149
});
150
0 commit comments