diff --git a/backend/tests/helpers/test-scenarios.ts b/backend/tests/helpers/test-scenarios.ts index 574203c..9b918e2 100644 --- a/backend/tests/helpers/test-scenarios.ts +++ b/backend/tests/helpers/test-scenarios.ts @@ -36,7 +36,7 @@ export interface TestContext { * @param withParticipant Whether to join a fake participant in the room. * @returns Room data including secrets and cookies. */ -export const setupSingleRoom = async (roomPrefix: string, withParticipant = false): Promise => { +export const setupSingleRoom = async (withParticipant = false, roomPrefix = 'TEST_ROOM'): Promise => { const room = await createRoom({ roomIdPrefix: roomPrefix });