Skip to content

Commit a69cf20

Browse files
committed
Merge branch 'fix-connection-timeout-race-condition' into fix-multiple-disconnect-handlers
2 parents 4b48aeb + 4e2d290 commit a69cf20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rpc/dial.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ describe('validateDialOptions', () => {
364364
signalingAccessToken: 'sig-token',
365365
signalingCredentials: {
366366
authEntity: 'test-entity',
367-
type: 'robot-location-secret' as const,
368-
payload: 'payload',
367+
type: 'api-key' as const,
368+
payload: 'key',
369369
},
370370
},
371371
},

0 commit comments

Comments
 (0)