fix backend tests

This commit is contained in:
dakkar 2024-04-11 14:13:58 +01:00
parent 1cae3bfa3b
commit 69697dd9f7
2 changed files with 4 additions and 6 deletions

View file

@ -322,7 +322,7 @@ describe('FileInfoService', () => {
test('MPEG-4 AUDIO (M4A)', async () => {
const path = `${resources}/kick_gaba7.m4a`;
const info = await fileInfoService.getFileInfo(path, { skipSensitiveDetection: true }) as any;
const info = await fileInfoService.getFileInfo(path) as any;
delete info.warnings;
delete info.blurhash;
delete info.sensitive;