mirror of
https://github.com/immich-app/immich.git
synced 2026-02-13 12:27:56 +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 () => {
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user