mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
linting
This commit is contained in:
@@ -104,7 +104,7 @@ describe(AssetUploadController.name, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should allow conventional upload without Upload-Complete header', async () => {
|
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')
|
.post('/upload')
|
||||||
.set('X-Immich-Asset-Data', makeAssetData())
|
.set('X-Immich-Asset-Data', makeAssetData())
|
||||||
.set('Repr-Digest', checksum)
|
.set('Repr-Digest', checksum)
|
||||||
|
|||||||
Reference in New Issue
Block a user