This commit is contained in:
mertalev
2026-05-05 10:57:03 -04:00
parent f7d9f817ab
commit 27cf03c850
+1
View File
@@ -304,6 +304,7 @@ describe(HlsService.name, () => {
});
it('throws NotFoundException when the session does not exist', async () => {
mocks.videoStream.getSession.mockReset();
await expect(sut.getSegment(auth, assetId, sessionId, variantIndex, 'init.mp4')).rejects.toBeInstanceOf(
NotFoundException,
);