backend: import disconnectFakeParticipants in analytics and webhook tests

This commit is contained in:
CSantosM 2026-03-06 17:05:47 +01:00
parent c5bca6e133
commit 94d9c7c50b
2 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
import { afterEach, beforeAll, describe, expect, it } from '@jest/globals';
import { MeetAnalytics } from '@openvidu-meet/typings';
import { disconnectFakeParticipants } from '../../../helpers/livekit-cli-helpers.js';
import {
createRoom,
deleteAllRecordings,
deleteAllRooms,
disconnectFakeParticipants,
getAnalytics,
startTestServer,
stopRecording

View File

@ -12,11 +12,11 @@ import {
} from '@openvidu-meet/typings';
import { Request } from 'express';
import http from 'http';
import { disconnectFakeParticipants } from '../../helpers/livekit-cli-helpers.js';
import {
deleteAllRecordings,
deleteAllRooms,
deleteRoom,
disconnectFakeParticipants,
endMeeting,
restoreDefaultGlobalConfig,
startTestServer,