diff --git a/meet-ce/backend/tests/integration/api/analytics/get-analytics.test.ts b/meet-ce/backend/tests/integration/api/analytics/get-analytics.test.ts index d42ce414..79192b9c 100644 --- a/meet-ce/backend/tests/integration/api/analytics/get-analytics.test.ts +++ b/meet-ce/backend/tests/integration/api/analytics/get-analytics.test.ts @@ -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 diff --git a/meet-ce/backend/tests/integration/webhooks/webhook.test.ts b/meet-ce/backend/tests/integration/webhooks/webhook.test.ts index 2ec60bfb..8b8c66af 100644 --- a/meet-ce/backend/tests/integration/webhooks/webhook.test.ts +++ b/meet-ce/backend/tests/integration/webhooks/webhook.test.ts @@ -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,