backend: Update roomIdPrefix in create-room test to include special characters
This commit is contained in:
parent
df0a425eb7
commit
ba40ab2747
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user