1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

test(server): check motion asset create arguments (#9826)

This commit is contained in:
Lukas
2024-06-05 08:55:04 +02:00
committed by GitHub
parent 643309b27f
commit 588860455f
2 changed files with 46 additions and 4 deletions

View File

@@ -492,7 +492,7 @@ export const assetStub = {
originalFileName: fileStub.livePhotoStill.originalName,
ownerId: authStub.user1.user.id,
type: AssetType.IMAGE,
livePhotoVideoId: 'live-photo-motion-asset123',
livePhotoVideoId: 'live-photo-motion-asset',
isVisible: true,
fileModifiedAt: new Date('2022-06-19T23:41:36.910Z'),
fileCreatedAt: new Date('2022-06-19T23:41:36.910Z'),