backend: Fixed recording ID format in security tests
This commit is contained in:
parent
37f5cfdab0
commit
51d57558d4
@ -39,7 +39,7 @@ describe('Recording API Security Tests', () => {
|
|||||||
// Create a room and extract the roomId
|
// Create a room and extract the roomId
|
||||||
const room = await createRoom();
|
const room = await createRoom();
|
||||||
roomId = room.roomId;
|
roomId = room.roomId;
|
||||||
recordingId = `${roomId}--recordingId--uid`;
|
recordingId = `${roomId}--EG_recordingId--uid`;
|
||||||
|
|
||||||
// Extract the room secrets and generate participant tokens, saved as cookies
|
// Extract the room secrets and generate participant tokens, saved as cookies
|
||||||
const { moderatorSecret, publisherSecret } = MeetRoomHelper.extractSecretsFromRoom(room);
|
const { moderatorSecret, publisherSecret } = MeetRoomHelper.extractSecretsFromRoom(room);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user