fix backend tests
This commit is contained in:
parent
1cae3bfa3b
commit
69697dd9f7
2 changed files with 4 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue