This commit is contained in:
mertalev
2025-10-12 19:39:56 -04:00
parent 87ca5e7b1d
commit e9af3bf2fe

View File

@@ -104,7 +104,7 @@ describe(AssetUploadController.name, () => {
});
it('should allow conventional upload without Upload-Complete header', async () => {
const { status, body } = await request(ctx.getHttpServer())
const { status } = await request(ctx.getHttpServer())
.post('/upload')
.set('X-Immich-Asset-Data', makeAssetData())
.set('Repr-Digest', checksum)