tests: Update test suite descriptions for clarity
This commit is contained in:
parent
9fd9dd2404
commit
5e841a307b
@ -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 () => {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user