tests: Update test suite descriptions for clarity

This commit is contained in:
juancarmore 2025-04-12 14:16:59 +02:00
parent 9fd9dd2404
commit 5e841a307b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import { UserRole } from '../../../../src/typings/ce/index.js';
const AUTH_PATH = `${INTERNAL_CONFIG.INTERNAL_API_BASE_PATH_V1}/auth`;
describe('OpenVidu Meet Authentication API Tests', () => {
describe('Authentication API Tests', () => {
let app: Express;
beforeAll(async () => {

View File

@ -17,7 +17,7 @@ import { MeetRoomHelper } from '../../../../src/helpers/room.helper.js';
const RECORDINGS_PATH = `${INTERNAL_CONFIG.API_BASE_PATH_V1}/recordings`;
const INTERNAL_RECORDINGS_PATH = `${INTERNAL_CONFIG.INTERNAL_API_BASE_PATH_V1}/recordings`;
describe('Room API Security Tests', () => {
describe('Recording API Security Tests', () => {
let app: Express;
let userCookie: string;