Skip to content

Commit 100d21d

Browse files
author
Tim Mendoza
committed
Fix test
1 parent 1d7edd3 commit 100d21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/serverless/functions/token.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe('the video-token-server', () => {
170170
it('should create a conversations client with the correct conversations service', async () => {
171171
await handler(
172172
mockContext,
173-
{ passcode: '12345612345678', room_name: 'test-room', user_identity: 'test-user' },
173+
{ passcode: '12345612345678', room_name: 'test-room', user_identity: 'test-user', create_conversation: true },
174174
callback
175175
);
176176

0 commit comments

Comments
 (0)