Skip to content

Commit 26b90f8

Browse files
committed
chore: adjust test assertion
1 parent 87709f0 commit 26b90f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/call.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ describe('call API', () => {
144144
session: '<session id>',
145145
}),
146146
).rejects.toThrowError(
147-
`Stream error code 16: GetCallStats failed with error: "call report not found for cid:default:${callId} session_id:<session id>"`,
147+
`Stream error code 16: GetCallStats failed with error: "call session not found"`,
148148
);
149149
});
150150

0 commit comments

Comments
 (0)