File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ describe.skip('AI agent integration', () => {
3737
3838 it ( 'should throw on invalid OpenAI credentials' , async ( ) => {
3939 const streamClient = createTestClient ( ) ;
40- const call = streamClient . video . call ( 'default' , `call${ uuidv4 } ` ) ;
40+ const call = streamClient . video . call ( 'default' , `call${ uuidv4 ( ) } ` ) ;
4141
4242 await expect (
4343 streamClient . video . connectOpenAi ( {
@@ -51,7 +51,7 @@ describe.skip('AI agent integration', () => {
5151
5252 it ( 'should throw on invalid Stream credentials' , async ( ) => {
5353 const streamClient = new StreamClient ( '' , 'secret' ) ;
54- const call = streamClient . video . call ( 'default' , `call${ uuidv4 } ` ) ;
54+ const call = streamClient . video . call ( 'default' , `call${ uuidv4 ( ) } ` ) ;
5555
5656 await expect (
5757 streamClient . video . connectOpenAi ( {
You can’t perform that action at this time.
0 commit comments