diff --git a/backend/tests/utils/helpers.ts b/backend/tests/utils/helpers.ts index d4c73d5..420cbf8 100644 --- a/backend/tests/utils/helpers.ts +++ b/backend/tests/utils/helpers.ts @@ -136,7 +136,7 @@ export const loginUserAsRole = async (role: UserRole): Promise => { /** * Creates a room with the given prefix */ -export const createRoom = async (options: MeetRoomOptions): Promise => { +export const createRoom = async (options: MeetRoomOptions = {}): Promise => { if (!app) { throw new Error('App instance is not defined'); }