diff options
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r-- | server/tests/api/live/live.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index f9a162df6..999a49051 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -7,7 +7,6 @@ import { ffprobePromise, getVideoStreamFromFile } from '@server/helpers/ffprobe- | |||
7 | import { LiveVideo, LiveVideoCreate, Video, VideoDetails, VideoPrivacy, VideoState, VideoStreamingPlaylistType } from '@shared/models' | 7 | import { LiveVideo, LiveVideoCreate, Video, VideoDetails, VideoPrivacy, VideoState, VideoStreamingPlaylistType } from '@shared/models' |
8 | import { HttpStatusCode } from '../../../../shared/core-utils/miscs/http-error-codes' | 8 | import { HttpStatusCode } from '../../../../shared/core-utils/miscs/http-error-codes' |
9 | import { | 9 | import { |
10 | buildServerDirectory, | ||
11 | checkLiveCleanup, | 10 | checkLiveCleanup, |
12 | checkLiveSegmentHash, | 11 | checkLiveSegmentHash, |
13 | checkResolutionsInMasterPlaylist, | 12 | checkResolutionsInMasterPlaylist, |
@@ -532,7 +531,7 @@ describe('Test live', function () { | |||
532 | } | 531 | } |
533 | 532 | ||
534 | const filename = `${video.uuid}-${resolution}-fragmented.mp4` | 533 | const filename = `${video.uuid}-${resolution}-fragmented.mp4` |
535 | const segmentPath = buildServerDirectory(servers[0], join('streaming-playlists', 'hls', video.uuid, filename)) | 534 | const segmentPath = servers[0].serversCommand.buildDirectory(join('streaming-playlists', 'hls', video.uuid, filename)) |
536 | 535 | ||
537 | const probe = await ffprobePromise(segmentPath) | 536 | const probe = await ffprobePromise(segmentPath) |
538 | const videoStream = await getVideoStreamFromFile(segmentPath, probe) | 537 | const videoStream = await getVideoStreamFromFile(segmentPath, probe) |