Adding signature and attachment tests to external.
This commit is contained in:
parent
2384b0d73f
commit
bca1ccd7e2
|
@ -481,6 +481,7 @@
|
|||
FIELDS.BIGINT,
|
||||
FIELDS.ATTACHMENT_SINGLE,
|
||||
FIELDS.ATTACHMENTS,
|
||||
FIELDS.SIGNATURE_SINGLE,
|
||||
]
|
||||
|
||||
// Filter out multiple users for google sheets
|
||||
|
|
|
@ -2195,7 +2195,6 @@ if (descriptions.length) {
|
|||
})
|
||||
})
|
||||
|
||||
isInternal &&
|
||||
describe("attachments and signatures", () => {
|
||||
const coreAttachmentEnrichment = async (
|
||||
schema: TableSchema,
|
||||
|
|
Loading…
Reference in New Issue