backend: Update roomIdPrefix in create-room test to include special characters

This commit is contained in:
Carlos Santos 2025-04-11 09:38:23 +02:00
parent df0a425eb7
commit ba40ab2747

View File

@ -52,7 +52,7 @@ describe('OpenVidu Meet Room API Tests', () => {
.set('Cookie', userCookie)
.send({
autoDeletionDate: validAutoDeletionDate,
roomIdPrefix: ' My Room *123 '
roomIdPrefix: ' .,-------}{¡$#<+My Room *123 '
})
.expect(200);