diff --git a/packages/server/src/utilities/rowProcessor/tests/attachments.spec.ts b/packages/server/src/utilities/rowProcessor/tests/attachments.spec.ts index 7d4217c244..a8baba2625 100644 --- a/packages/server/src/utilities/rowProcessor/tests/attachments.spec.ts +++ b/packages/server/src/utilities/rowProcessor/tests/attachments.spec.ts @@ -75,13 +75,11 @@ const rowGenerators: [ "signature", function rowWithSignature(): Row { return { - signature: [ - { - size: 1, - extension: "png", - key: `${uuid.v4()}.png`, - }, - ], + signature: { + size: 1, + extension: "png", + key: `${uuid.v4()}.png`, + }, } }, ],